Skip to content

Instantly share code, notes, and snippets.

@jamieoliver
Created March 9, 2014 16:48
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save jamieoliver/9450585 to your computer and use it in GitHub Desktop.
Save jamieoliver/9450585 to your computer and use it in GitHub Desktop.
Push all Git tags to a remote repository. Useful for keeping a fork up to date with the upstream repo.
git push <remote> --tags
@AlexGh12
Copy link

tanks!!

@ibrahim-ih
Copy link

git push origin --tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment