added help

This commit is contained in:
Stefen Auris 2021-08-16 02:27:08 -04:00
parent 69f581bf87
commit b5e8ce476b

View file

@ -4,4 +4,6 @@ if [ -n "$1" ]
then then
git remote set-url origin git@github.com:$USER/$1.git git remote set-url origin git@github.com:$USER/$1.git
git remote -v git remote -v
else
echo "the first parameter is the name of the github repo"
fi fi