Skip to content

Instantly share code, notes, and snippets.

@x22x22
Forked from edrohler/git-fetch-upstream-tags
Created August 15, 2020 04:16
Show Gist options
  • Save x22x22/e645c97f555a5da809bf4820bf6f715c to your computer and use it in GitHub Desktop.
Save x22x22/e645c97f555a5da809bf4820bf6f715c 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