diff --git a/pushtoboth.bat b/pushtoboth.bat new file mode 100644 index 0000000..e3931e2 --- /dev/null +++ b/pushtoboth.bat @@ -0,0 +1,2 @@ +git push --set-upstream origin +git push --set-upstream ghmirror \ No newline at end of file diff --git a/pushtoboth.sh b/pushtoboth.sh new file mode 100644 index 0000000..475a3bf --- /dev/null +++ b/pushtoboth.sh @@ -0,0 +1,3 @@ +#!/bin/sh +git push --set-upstream origin +git push --set-upstream ghmirror \ No newline at end of file