configure user name
git config --global user.name "user_name" git config --global user.email "user_email"
git status
we use this to add file which we want to push into our repo
this is use to add message with commit"
we use this one to push into repo
git branch -a
git fetch
git checkout <branch_name> To verify use git branch -a