Links
git commit accepts several message flags (-m) to allow multiline commits
stefanjudis.com
Today I learned that the git commit command accepts multiple message flags. 😲
It turns out that you can use the
-m
option multiple times.
stefanjudis.com
Today I learned that the git commit command accepts multiple message flags. 😲
It turns out that you can use the
-m
option multiple times.