Git Notes Useful tidbits about working with git. List remotes Listing all remotes of a repository with git remote -v Removing remotes To remove a remote repository, use git remote rm <remote Name> You can view the current remotes with 'git remote -v'. Adding a remote Adding a remote network drive