Added script to sync both repos

pull/1/head syncscript
dugo3number2 2023-01-02 13:14:59 -06:00
parent b57f73b438
commit 7d8c23c4e0
1 changed files with 5 additions and 0 deletions

5
sync.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
git pull cgit main
git pull origin main
git push cgit
git push origin