Skip to content

Instantly share code, notes, and snippets.

@hhendrikk
Created January 4, 2019 12:42
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 hhendrikk/d184cd4b6942e0865eaa1b908c8a0de4 to your computer and use it in GitHub Desktop.
Save hhendrikk/d184cd4b6942e0865eaa1b908c8a0de4 to your computer and use it in GitHub Desktop.
Git Commands
# Sync tags remote to local
git fetch --prune <remote> "+refs/tags/*:refs/tags/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment