|
|
|
|
|
by jatinmistry13
2176 days ago
|
|
why not just use `git commit` without the `-m` flag and when the terminal editor opens, type the commit message in the editor?
That way you can format the commit message however you want and write whatever you want. And when you want to update the commit message just do `git commit --amend`. |
|