Answers for "git list user and email"

13

git list user and email

git config --global --get user.name
git config --global --get user.email
Posted by: Guest on June-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language