DEV Community

Discussion on: A Beginner’s Guide to Git — How to Write a Good Commit Message

Collapse
 
t3h2mas profile image
Thomas Noe • Edited

Valuable for everyone (using git!)

I'm going to review these points before I start my day tomorrow. My coworkers may be thankful that I do.

(Side note) I'm a fan of using git commit -v to be able to see the code the message I'm writing references.

Collapse
 
gaelgthomas profile image
Gaël Thomas • Edited

I'm glad it can help you! Thank you! 🙏

(Side note) I didn't know about "git commit -v"!! It's useful if you only use the terminal. I take note of it.
If you want to check your changes before committing, I highly recommend using a tool like Fork.