Writing good commit messages ๐
Let's start with what is a commit in git? Commit in git is used to save a snapshot of all the changes made in the working repository. A commit message typically contains Subject line Body (opt) Footer (opt) Now, how to write a good subject line? ...
Nov 27, 20223 min read157
