Git - Configuration and Aliases
Given these commands run inside a Git repo:
What is the output of the last command?
git config --global user.email "global@example.com" git config user.email "local@example.com" git config user.email
What is the output of the last command?
