Skip to content

Instantly share code, notes, and snippets.

@boseji
Forked from edrohler/git-fetch-upstream-tags
Created March 22, 2019 10:23
Show Gist options
  • Save boseji/c9ff835a3ac380783c7f9d6b6f6b9539 to your computer and use it in GitHub Desktop.
Save boseji/c9ff835a3ac380783c7f9d6b6f6b9539 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