Improve your `git commit` experience
Who of us has not been there: After staging your changes and typing git commit in your command prompt, you are already not certain about the actual commit contents anymore. Did you really stage that one line in that one file? What information should you provide with your commit message?
Here is a convenient solution to make this task that much more convenient.
TL;DR To get
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 # Please enter the commit message for your changes.