Skip to content
niggli edited this page May 23, 2011 · 2 revisions

On your local PC/Mac/Linux-Box do:

git tag -a v1.4 -m 'version 1.4'

..where "v1.4" is the name of the tag and "version 1.4" is the tagging message.

git push --tags

Pushing tags with egit in Eclipse is not possible up to now. A normal push operation without the --tags option does not push tags.

Clone this wiki locally