Skip to content

Commit e6fb61b

Browse files
committed
Added git-push.sh
1 parent 4f3b4a0 commit e6fb61b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

git-push.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
git subtree push --prefix site origin gh-pages
4+
git push origin master

0 commit comments

Comments
 (0)