From b4fe82ffb45f5bf3ca19f29f3154e70a1eb24e63 Mon Sep 17 00:00:00 2001 From: Jonhnny Weslley Date: Mon, 26 Dec 2011 11:42:28 -0300 Subject: [PATCH] track gh-pages branch --- bin/git-gh-pages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'