🧭 Git User Configuration & Credential Management Notes 1. Set Global Username and Email Used to identify you in all repositories on your system. git config --global user.name "YourUserName" git config --global user.email "youremail@example.com"