Get Git username and email January 30, 2022 by Adam git config --global user.name # Returns Your UserName. git config --global user.email # Returns Your Email