fixed setup docs where the source branch was not being checked out before the push

This commit is contained in:
Brandon Mathis 2011-07-26 16:58:21 -04:00
parent b6975c86c8
commit 0a0cd14598

View File

@ -20,7 +20,7 @@ repository is named `your_username.github.com` or `your_organization.github.com`
# Next, if you're using Github user or organization pages,
# Create a source branch and push to origin source.
git branch source
git checkout -b source
git push origin source