track gh-pages branch

This commit is contained in:
Jonhnny Weslley 2011-12-26 11:42:28 -03:00
parent 7a632e9026
commit b4fe82ffb4

View file

@ -7,6 +7,6 @@ git symbolic-ref HEAD refs/heads/gh-pages \
&& echo 'My Page' > index.html \
&& git add . \
&& git commit -a -m 'Initial commit' \
&& git push origin gh-pages \
&& git push -u origin gh-pages \
&& git fetch origin \
&& echo 'complete'
&& echo 'complete'