To send a new file to remote repository:
1) git init
2) git status
3) git add -A if you want to add all the files
4) git commit -m "Message"
5) git remote add origin https://github.com/JagadeeshJayachand...
6) git checkout -b "branch_name"
7) git push -u origin branch_name