Let me know what I am doing wrong here ?
When I am doing $git status it is showing my branch as * my_branch
Now I changed in few files and trying to push updates to the branch so I tried two things -
1) First try
$ git add .
$ git push origin my_branch
This is showing Everything up-to-date
2) Second try
$ git add .
git commit -m "first commit"
Now on running this I am getting following error -
*** Please tell me who you are. Run git config --global user.email "[email protected]" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got 'trialcoder@sysuser.(none)')