Git Installation and Initial Configs
For Installation:
For Initial Setup:
Local:
git config user.name "Syed Jafer"
git config user.email [email protected]
Global
git config --global user.name "Syed Jafer"
git config --global user.email [email protected]
Last updated