We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01dc457 commit 5a15bf8Copy full SHA for 5a15bf8
ghpages.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
git checkout gh-pages
3
git reset --hard master
4
-git push origin gh-pages
+git push -f origin gh-pages
5
git checkout master
0 commit comments