QOL improvement

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

2
rgi.sh
View file

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