Git - Configuration and Aliases
Given these commands run in order inside a Git project:
What will be the output of the last command?
git config --global user.name "GlobalUser" git config user.name "LocalUser" git config user.name
What will be the output of the last command?
