Git - Configuration and Aliases
Given this
What will be the output of
.gitconfig snippet:[alias] co = checkout br = branch [user] name = Alice email = alice@example.com
What will be the output of
git config --get alias.co?