How to fix wrong Git Tag date
Nov 7, 2018 · 2 min read · You can add a tag to a previous commit in Git using the command git tag TAG_NAME COMMIT_HASH. However, this will update the tag's date, which can cause your repository to become out of chronological order. To fix this, you can use the following code:...
Join discussion