How to git commit ?

git add <file name>

git commit -m <message>

git push origin <branch name>