Something cool newer #git versions are doing - you'll now see Reapply
instead of Revert Revert ...
in commit messages, if you're reverting a revert.
In an older version of Git (i.e. with 2.34.x) you would see:
Revert "Revert "Commit title here""
Revert "Commit title here"
Commit title here
However, in newer versions (i.e. with 2.43.x) you now see:
Reapply "Commit title here"
Revert "Commit title here"
Commit title here
Which makes it a little bit cleaner in your Git log
This post was filed under notes.
Interactions with this post
Interactions with this post
Below you can find the interactions that this page has had using WebMention.
Have you written a response to this post? Let me know the URL:
Do you not have a website set up with WebMention capabilities? You can use Comment Parade.