Tagging old commit
Some code was pushed to github. How to tag now some "older commit"?
$ git tag -a v1.0.0 38726b391444e4cdd03dfa9ba04d8c01acc56f46 -m "First public release"
$ git push origin --tags
$ git tag -a v1.0.0 38726b391444e4cdd03dfa9ba04d8c01acc56f46 -m "First public release"
$ git push origin --tags
Comments
Post a Comment