Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrussell committed Aug 18, 2012
1 parent 8d80a7a commit 29ae464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Keeping the served content up to date


Run the following commands once in your repository upon initial checkout: Run the following commands once in your repository upon initial checkout:


git config --add remote.origin.push +refs/heads/master:refs/heads/master git config --add remote.origin.push +refs/heads/master:refs/heads/master
git config --add remote.origin.push +refs/heads/master:refs/heads/gh-pages git config --add remote.origin.push +refs/heads/master:refs/heads/gh-pages


Then a "git push" with the master branch checked out will also update the gh-pages branch, which is served by Github. Then a "git push" with the master branch checked out will also update the gh-pages branch, which is served by Github.
Expand Down

0 comments on commit 29ae464

Please sign in to comment.