Is it possible to use this as the default editor for git? #1158
Answered
by
noah-nuebling
noah-nuebling
asked this question in
Q&A
-
So that when you type 'git commit' this would come up and let you type the commit message. |
Beta Was this translation helpful? Give feedback.
Answered by
noah-nuebling
Mar 6, 2021
Replies: 1 comment 4 replies
-
It is possible! All you have to do is:
That's it. Everything seems to work great! |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
noah-nuebling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is possible! All you have to do is:
cot
command line toolbrew tap coteditor/coteditor
brew install cot
--wait
argumentgit config --global core.editor 'cot --wait'
That's it. Everything seems to work great!