Skip to content

Instantly share code, notes, and snippets.

@tomschall
Forked from jamieoliver/push-all-tags.sh
Created December 12, 2022 09:48
Show Gist options
  • Save tomschall/b3deb2fbe230f18532ed4ab8406a4045 to your computer and use it in GitHub Desktop.
Save tomschall/b3deb2fbe230f18532ed4ab8406a4045 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