Skip to content

Commit 5738870

Browse files
committed
add push.sh
1 parent 09b005e commit 5738870

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

push.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
echo 'Push to origin master'
4+
git push origin master
5+
echo 'Push to osc master'
6+
git push osc master

0 commit comments

Comments
 (0)