Skip to content

Instantly share code, notes, and snippets.

@thbar
Forked from edrohler/git-fetch-upstream-tags
Created May 7, 2021 12:35
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 thbar/90f5990f4ef2a3919b30e25a413501cb to your computer and use it in GitHub Desktop.
Save thbar/90f5990f4ef2a3919b30e25a413501cb to your computer and use it in GitHub Desktop.
Let [tag] = any tag in upstream repo
git fetch upstream --tags
git push origin --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment