When saving a one-liner commit I usually type the following, followed by hitting enter:
git commit -m "Some interesting changes"
But how do I save a git commit message when entering verbose mode like this:
git commit -v
When saving a one-liner commit I usually type the following, followed by hitting enter:
git commit -m "Some interesting changes"
But how do I save a git commit message when entering verbose mode like this:
git commit -v