I'm fairly new to git and most of my interaction with it has been via the IntelliJ Idea IDE. But sometimes I use a command line. In one directory I did "git init", "git add files", and "git commit".
How to write a git commit message properly is a topic that's been broached many times. Any seasoned developer who's rifled through Git logs in a project they've just been parachuted into knows that ...