How to configure git to use nano as editor?

Posted in Uncategorized

Tweet This Share on Facebook Bookmark on Delicious Digg this Submit to Reddit

To configure git start with the “git config” command. Then use the –global flag to make it persistent for the current user.

The full command with the editor option is …

git config --global core.editor "nano"

To see your config settings …

git config --list


Related Posts

Tags

Share This