6b0f6cefa3
I'm to lazy to describe it... fuck me
8 lines
216 B
Bash
Executable File
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"
|