Answers for "see git user from terminal"

2

check logged in user git shell

git config -l
git config user.name
git config user.email
Posted by: Guest on April-22-2021
3

git get username

git config user.name
Posted by: Guest on August-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language