more scripts

This commit is contained in:
2021-06-26 16:52:22 +02:00
parent 2ab3f97726
commit a77efb2f8b
8 changed files with 58 additions and 4 deletions

4
repo-remotes-add Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
git remote add all "gitea:MrGeorgen/$1.git"
git remote set-url --add all "github:MrGeorgen/$1.git"
git push -u all master