Git - Configuration and Aliases
What will be the output of this command inside a Git repo?
Assuming user.name is set globally and locally with different values.
git config --list --show-origin
Assuming user.name is set globally and locally with different values.
