Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Last active October 20, 2019 13:21
Show Gist options
  • Save constrict0r/f335823cc677e59b9d486d8c44d9abfd to your computer and use it in GitHub Desktop.
Save constrict0r/f335823cc677e59b9d486d8c44d9abfd to your computer and use it in GitHub Desktop.
Remove git origin.
git remote remove <origin-name>
# Sometimes is necessary to fetch prunning the deleted branches origins.
git fetch -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment