$ git clone git://10.10.0.5/example.git $ cd example $ (edit files) $ git add (files) $ git commit -m 'Explain what I changed' $ git push origin master Counting objects: 5, done. Delta compression using up to 2 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (3/3), 278 bytes, done. Total 3 (delta 0), reused 0 (delta 0) To git://10.10.0.5/example.git 27f8417..b088cc3 master -> master