From b0e8bbac3b6a3bb425dd88185abdab4011a48498 Mon Sep 17 00:00:00 2001 From: Celeste Date: Sat, 23 Jul 2022 20:04:35 +0100 Subject: [PATCH] QOL improvement --- rgi.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rgi.sh b/rgi.sh index 6cc3a83..7f11582 100755 --- a/rgi.sh +++ b/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