git remote
git remote add origin <URL>
Action: will link local repository to Github Repository
git remote -v
Action: Additional information
git remote show origin