betterer
This commit is contained in:
parent
b0e8bbac3b
commit
0abb61acb6
1 changed files with 1 additions and 1 deletions
2
rgi.sh
2
rgi.sh
|
@ -4,5 +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 remote add origin $USER@$DOMAIN:/srv/git/$1.git
|
||||
git push -u origin master
|
||||
|
|
Reference in a new issue