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 09b005e commit 5738870Copy full SHA for 5738870
push.sh
@@ -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