A few Day-to-Day life tricks of Linux.
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