more scripts
This commit is contained in:
4
repo-remotes-add
Executable file
4
repo-remotes-add
Executable 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
|
||||
Reference in New Issue
Block a user