Skip to content

Instantly share code, notes, and snippets.

@fragtion
Forked from edrohler/git-fetch-upstream-tags
Created February 3, 2020 00:41
Show Gist options
  • Save fragtion/75c0657767909c0c8c6c522e6ab68537 to your computer and use it in GitHub Desktop.
Save fragtion/75c0657767909c0c8c6c522e6ab68537 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