So why does the syntax specify a name for the remote repo? code example
Example: git connect to remote repository
git init
git commit -m "[message]"
git remote add origin "github repository link"
git push -u origin master
git init
git commit -m "[message]"
git remote add origin "github repository link"
git push -u origin master