8 lines
216 B
Plaintext
Raw Normal View History

2020-07-28 21:49:56 +02:00
#!/bin/sh
# Initialize git repo and add remotes.
git init
git remote add origin "ssh://git@git.samedamci.com:8953/samedamci/${PWD##*/}.git"
2020-07-28 21:49:56 +02:00
git remote set-url --add origin "git@github.com:samedamci/${PWD##*/}.git"