remote
Set the origin and upstream repos
git remote -v
lists all repositories trackedgit remote set-url origin REMOTE-URL.git
sets the origin streamgit remote add origin REMOTE-URL.git
adds the origin streamgit remote add upstream UPSTREAM-URL.git
Where you get updates if you have forked a repo