Git is a version control tool and source code management tool, to handle the code changes and for uploading code from your pc to cloud repository we effectively use the git |
Step -1 > Open Git Bash :
Once you install git in local machine , git bash also installed on your machine , it acts like a bash terminal for running git commands
→ Search for Git Bash to open
Step – 2 > Configure Git :
Run the below commands one after one with your username and email
📋 | git config –global user.name ”sagarfive” |
📋 | git config –global user.email ”sagarfive.in@gmail.com” |