hw to push changes in local to remote github code example Example: pushing to github git add . git commit -m "First commit" git push origin master