get git username and email command code example
Example 1: get git username and email
git config user.name
git config user.email
Example 2: git add identity
ssh-add -K ~/.ssh/key
git config user.name
git config user.email
ssh-add -K ~/.ssh/key