aqd14
3/19/2019 - 4:22 AM

git-remote

Connect with a remote repo to share the commits

Connect the local repo to the remote one

git remote add <name> <url>

git push -u origin master

# display all remote repos that currently connected with
git remote -v

Remotes are saved in .git/config file