Skip to content

Instantly share code, notes, and snippets.

@atesztoth
Last active November 18, 2019 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atesztoth/7fa9a9d897eb92b149ce3f37531a6ab9 to your computer and use it in GitHub Desktop.
Save atesztoth/7fa9a9d897eb92b149ce3f37531a6ab9 to your computer and use it in GitHub Desktop.
remove tags locally that doesnt exists on remote
git fetch --prune origin "+refs/tags/*:refs/tags/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment