-
Notifications
You must be signed in to change notification settings - Fork 6
Home
David Gleich edited this page Aug 5, 2014
·
1 revision
Welcome to the libbvg wiki!
This is really a developer wiki and is not meant for users.
If you are a user, see the project page.
We are following the idea from https://gist.github.com/chrisjacob/825950 and using http://stackoverflow.com/questions/4811434/clone-only-one-branch to get only one branch
So if you want to work on the gh-pages code from a new account
# in the following <libbvg> is the github
git clone <libbvg> # clone the main repository
cd libbvg
mkdir html # html is ignored by .gitignore
cd html
git clone -b gh-pages --single-branch <libbvg>
In the html subdirectory
make push # this will deploy
make docs # this will update the docs