Hacker News new | ask | show | jobs
by RandomCSGeek 3027 days ago
"By default, Git uses whatever you’ve set as your default text editor via one of the shell environment variables VISUAL or EDITOR, or else falls back to the vi editor" --git config guide https://www.git-scm.com/book/en/v2/Customizing-Git-Git-Confi...
1 comments

Git for Windows ships vim for example.
Actually, it ships user choice now. (You can select VS Code if you like.)