You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is correct. When you commit, gtm calculates the commit time (via a post-commit hook) and files based on what is in the .gtm directory in the root of the project and then removes the processed editor events. The time is then stored in a git note associated with the commit. If you reset HEAD~1 it doesn't have anyway to restore the original editor events that are used to calculate the time.
I've noticed that if you use
git reset HEAD~
to undo a commit will result in a lost of gtm entries.Any clue?
The text was updated successfully, but these errors were encountered: