git – How do you circumnavigate “Please supply the message using either -m or -F option.” in WebStorm and other Jetbrains IDE’s?
Having a little issue with WebStorm and committing…
I know with VS code, you just have to hit the terminal with a quick “git config –global core.editor “code –wait”” and your’e good so that when you commit, you don’t need to use -m or -F and VS Code will open a tab for you to write your commit message, but when I try that in WebStorm, I get the following…
error: there was a problem with the editor ‘code –wait’
Please supply the message using either -m or -F option.
Is there perhaps a different command that I can run or a setting that is hiding from me in the IDE’s settings GUI? I am on macOS Sonoma 14.6.1 btw.
Read more here: Source link