Article
home/blog/Loading

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