diff options
author | Victor Häggqvist <[email protected]> | 2014-06-30 20:44:44 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-06-30 20:44:44 +0200 |
commit | f8c814c7bda8e5a7fdff68184c31a1842af43bad (patch) | |
tree | f546dfe12bdae6ae8312b61f97b88b444b65603e | |
parent | f5180fe3830f256dc39435e5281929503ee8b36e (diff) |
-rwxr-xr-x | update-ghp.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/update-ghp.sh b/update-ghp.sh new file mode 100755 index 0000000..a431f41 --- /dev/null +++ b/update-ghp.sh @@ -0,0 +1,4 @@ +git checkout gh-pages +git merge master +git push origin gh-pages +git checkout master |