
git
February 17, 2019
How to find the current git user
To find the current git user you can use the following git command
The git config command
git config user.name
Which outputs the result
John Wiseman
Thanks for reading!

To find the current git user you can use the following git command
git config user.name
Which outputs the result
John Wiseman
Thanks for reading!