5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/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
|