Commit cb97179d authored by Vitaly Lipatov's avatar Vitaly Lipatov

ginit: add remote alias origin

parent 0c78c1e5
......@@ -14,3 +14,4 @@ fi
PROJECTNAME=$(basename `pwd`)
echo "Create remote $PROJECTNAME repo"
ssh $GIRARHOST git-init-db $PROJECTNAME.git
git remote add origin $GIRARHOST:packages/$PROJECTNAME.git
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment