QOL improvement
This commit is contained in:
parent
d4636d3109
commit
b0e8bbac3b
1 changed files with 2 additions and 0 deletions
2
rgi.sh
2
rgi.sh
|
@ -4,3 +4,5 @@ DOMAIN="colean.cc"
|
|||
|
||||
ssh $USER@$DOMAIN "git init --bare /srv/git/$1.git"
|
||||
ssh $USER@$DOMAIN "echo $2 > /srv/git/$1.git/description"
|
||||
git remote add origin git@colean.cc:/srv/git/$1.git
|
||||
git push -u origin master
|
||||
|
|
Reference in a new issue