Created
December 29, 2018 17:28
-
-
Save RagedUnicorn/74df55262ebfd7bfd2d1e491eb8a315b to your computer and use it in GitHub Desktop.
Example for deleting a remote name in Git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # remove an remote name | |
| git remote rm [remote name] | |
| # now its possible to create the remote name again with | |
| remote add [remote-address] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment