Steps to push code in github git status git add (mention files with absolute path) git status git commit -m "some message" git push origin main