DEV Community

Discussion on: Git cheatsheet for beginners

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Thanks, found it. A better way, actually.

git config --global core.editor "nano"

And, git config --global --edit, of course.