GIT Command Reference Table with Description and Examples
1. Git Configuration Command Description Example git config –global user.name “Your Name” Set username globally git config –global user.name “Pritesh Thamke” git config –global user.email “you@example.com” Set email globally git config –global user.email “pritesh@example.com” git config –list View all config settings git config –list git config –global core.editor nano Set default editor git config –global … Read more