Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 327 Bytes

File metadata and controls

21 lines (11 loc) · 327 Bytes

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