Added push to both main Git and GitHub mirror scripts
parent
d8de6d4b41
commit
069e2a09dd
|
@ -0,0 +1,2 @@
|
|||
git push --set-upstream origin
|
||||
git push --set-upstream ghmirror
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
git push --set-upstream origin
|
||||
git push --set-upstream ghmirror
|
Loading…
Reference in New Issue