Tuesday, January 21, 2025

Git setup

 Few initial commands to setup git properly

* git config --global user.email "Harshal.Patil@company.com"

* git config --global user.name "Harshal Patil"

* git config --global credential.helper store

No comments:

Post a Comment