↧
Answer by pcampana for How to make Atom open when I type "git commit"
As it is explained in "Git commit fails: "Please supply the message using either -m or -F option."", you should check your git config core.editor value.It might refer to a path with spaces in it,...
View ArticleHow to make Atom open when I type "git commit"
When I type git commit Atom should open, but it doesn't.For the configuration on command prompt, I typed:config --global core.editor "atom --wait"When I type:git commitIt says:hint: waiting for your...
View Article