Posts

Showing posts with the label good

How To Write Good Commit Messages

Image
How To Write Good Commit Messages . They bring git commands to life. Though not required, it’s a good idea to begin the commit message with a single short (less than 50 character) line summarizing the change, followed by a blank line and then a more thorough description. How to make your commit messages awesome and keep your team happy by from medium.com You can see what changed in the diff with the previous commit, so you don’t need to repeat it in the commit message. They bring git commands to life. When improving code or comments