Git - Configuration and Aliases
You want to configure Git to use Emacs as your editor, but only for a single repository, not globally. Which command correctly sets this?
git config core.editor emacs without --global or --system sets the editor only for the current repository.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions