Added push to both main Git and GitHub mirror scripts

master
DavidDGTNT 2021-11-16 20:10:09 +00:00
parent d8de6d4b41
commit 069e2a09dd
2 changed files with 5 additions and 0 deletions

2
pushtoboth.bat Normal file
View File

@ -0,0 +1,2 @@
git push --set-upstream origin
git push --set-upstream ghmirror

3
pushtoboth.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
git push --set-upstream origin
git push --set-upstream ghmirror