Skip to content

Instantly share code, notes, and snippets.

@lemon-li
Forked from edrohler/git-fetch-upstream-tags
Created January 29, 2021 03:56
Show Gist options
  • Save lemon-li/2098126cd67712ae2c6972ab4c186b7c to your computer and use it in GitHub Desktop.
Save lemon-li/2098126cd67712ae2c6972ab4c186b7c 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