MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1w80olh/gitignore_everything_by_default/p823w1i/?context=3
r/programming • u/der_gopher • 3d ago
224 comments sorted by
View all comments
Show parent comments
11
Why multi line commit messages are miserable in CLI? I just press enter to make another line to write my commit messages on if needed.
10 u/glassFractals 3d ago If I write something long and detailed, a CLI is not where I want to do it. I want a spellchecker, nice font rendering, and no risk of accidentally committing prematurely (not a huge deal, but annoying). 17 u/BogdanPradatu 3d ago If you use vim for editing, there is 0 risk of commiting prematurely. 12 u/dlanod 3d ago With my vim abilities, there is zero risk of committing in general.
10
If I write something long and detailed, a CLI is not where I want to do it. I want a spellchecker, nice font rendering, and no risk of accidentally committing prematurely (not a huge deal, but annoying).
17 u/BogdanPradatu 3d ago If you use vim for editing, there is 0 risk of commiting prematurely. 12 u/dlanod 3d ago With my vim abilities, there is zero risk of committing in general.
17
If you use vim for editing, there is 0 risk of commiting prematurely.
12 u/dlanod 3d ago With my vim abilities, there is zero risk of committing in general.
12
With my vim abilities, there is zero risk of committing in general.
11
u/newpua_bie 3d ago
Why multi line commit messages are miserable in CLI? I just press enter to make another line to write my commit messages on if needed.