Add all new files.
$ git add .
Commit and add comments:
$ git commit -m "<comments>"
Push the changes to the server:
$ git push
Pull changes from the server
$ git pull