diff --git a/.local/bin/scripts/remoter b/.local/bin/scripts/remoter new file mode 100755 index 0000000..65bec00 --- /dev/null +++ b/.local/bin/scripts/remoter @@ -0,0 +1,7 @@ +#!/bin/sh + +# Initialize git repo and add remotes. + +git init +git remote add origin "ssh://git@git.samedamci.me:8953/samedamci/${PWD##*/}.git" +git remote set-url --add origin "git@github.com:samedamci/${PWD##*/}.git"