Git - Configuration and Aliases
Which command sets the Git user email only for the repository you are currently working in?
--local flag sets configuration only for the current repository.--global affects all repos for the user, --system affects all users, and git config user.email "user@example.com" --global is invalid syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions