samedamci 6b0f6cefa3
Update few files
I'm to lazy to describe it... fuck me
2020-08-16 20:37:29 +02:00

8 lines
216 B
Bash
Executable File

#!/bin/sh
# Initialize git repo and add remotes.
git init
git remote add origin "ssh://git@git.samedamci.com:8953/samedamci/${PWD##*/}.git"
git remote set-url --add origin "git@github.com:samedamci/${PWD##*/}.git"