Skip to content

Commit

Permalink
Update gh-pages script
Browse files Browse the repository at this point in the history
  • Loading branch information
eeroan committed Dec 17, 2011
1 parent 0c88687 commit 6651d11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ghpages.sh
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
git checkout gh-pages git checkout gh-pages
git merge master git reset --hard master
git push -f git push origin gh-pages
git checkout master git checkout master

0 comments on commit 6651d11

Please sign in to comment.