how to add changes for remote repository in github in linux code example Example: pushing to github git add . git commit -m "First commit" git push origin master