This commit is contained in:
abbie 2022-07-23 20:05:32 +01:00
parent b0e8bbac3b
commit 0abb61acb6
No known key found for this signature in database
GPG key ID: A575D2415E5E5B6D

2
rgi.sh
View file

@ -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