Git - Configuration and Aliases
What is the effect of running
git config --system core.editor nano compared to git config --global core.editor nano?git config --system core.editor nano compared to git config --global core.editor nano?--system flag sets configuration at the system level, affecting all users.--global flag sets configuration for the current user across all repositories.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions