Git - Configuration and Aliases
Which of the following is the correct syntax to set Emacs as the default Git editor globally?
git config --global core.editor emacs. The --global flag comes immediately after config.git set which is invalid.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions