git status git add . (Add everything in the dir) git commit -m "Updated..." (Comitts the code, adds a msg) git push origin master Topic Tags: GIT Log in or register to post comments