Skip to content

Instantly share code, notes, and snippets.

@jasonkneen
Forked from jamieoliver/push-all-tags.sh
Created November 20, 2018 18:18
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 jasonkneen/3263e9414961dfef8ee38c38ecf15dad to your computer and use it in GitHub Desktop.
Save jasonkneen/3263e9414961dfef8ee38c38ecf15dad to your computer and use it in GitHub Desktop.
Push all Git tags to a remote repository. Useful for keeping a fork up to date with the upstream repo.
git push <remote> --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment