Go Back

Set git username email

DevOps

About
Setting Git username and email details the terminal configuration directives `git config --global user.name "Your Name"` and `git config --global user.email "you@example.com"` used to register commit identity strings within version control repositories.