Im trying to figure out the git command so I dont have to keep calling whole entire URL, can anyone help me?
It was something like:
$ git remote add git@github.com:JREAM/library.git
$ git push -u origin master
$ git pull
I know that’s not correct, but does anyone know the shortest way to add a repository to my git file so that I can type the minimum amount of commands?
git remote add origin git@github.com:JREAM/library.git