In Git, it's common to realize that the last commit message needs modification. Whether it's a typo or missing information, Git provides a simple s...
For further actions, you may consider blocking this person and/or reporting abuse
Good explanation, one thing I do different is use
git push --force-with-lease
instead of the regularforce
in order to avoid rewrite whole history from my teammates.Agreed, I use --force-with-lease 200 times for every 1 time when I'll actually want --force
Thank you.
Nicely done! This is also useful for coauthors to add their messages through commit trailers.
Thank you, Brad
Yes, I was thinking the exact same thing!
Briefly and succinctly
Thank you.
Very useful when you forget that you should follow conventional commits
Haha. I agree. Thank you.
Nice Explanation.
Thank you.
That's really useful and simple to do! Definitely using this next time I screw up a commit message.
Good Explanation.
Thank you.
Pretty cool, blog
Thank you.
good explanation
Thank you.