Skip to content

Instantly share code, notes, and snippets.

@RagedUnicorn
Created December 29, 2018 17:28
Show Gist options
  • Select an option

  • Save RagedUnicorn/74df55262ebfd7bfd2d1e491eb8a315b to your computer and use it in GitHub Desktop.

Select an option

Save RagedUnicorn/74df55262ebfd7bfd2d1e491eb8a315b to your computer and use it in GitHub Desktop.
Example for deleting a remote name in Git
# 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