Programming
Git: edit a tag
Beware that this command change the original tag's date. To edit a tag called tagName:
$ git tag tagName tagName -f -m "new message"
Comments
No comment yet.
A remark, a suggestion? Do not hesitate to express yourself below. Just be courteous and polite, please.