How To Set Default Editor For Git Bash

[Solved] How To Set Default Editor For Git Bash | Shell - Code Explorer | yomemimo.com
Question : how to set default editor for git bash

Answered by : sepehr-safari

git config --global core.editor "nano"

Source : | Last Update : Tue, 10 Aug 21

Answers related to how to set default editor for git bash

Code Explorer Popular Question For Shell