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