diff --git a/bin/git-gh-pages b/bin/git-gh-pages index 40fda3f..0553455 100755 --- a/bin/git-gh-pages +++ b/bin/git-gh-pages @@ -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' \ No newline at end of file + && echo 'complete'