git commit add message code example
Example 1: add description to commit git
git commit -m "Title" -m "Content"
Example 2: git bash save commit message
Press Esc, type :wq, enter
git commit -m "Title" -m "Content"
Press Esc, type :wq, enter