remote
Set the origin and upstream repos
git remote -vlists all repositories trackedgit remote set-url origin REMOTE-URL.gitsets the origin streamgit remote add origin REMOTE-URL.gitadds the origin streamgit remote add upstream UPSTREAM-URL.gitWhere you get updates if you have forked a repo