--- layout: reference ---

book Sharing and Updating Projects

In a nutshell you can update your project with git fetch and share your changes with git push.

docs   book git fetch download new branches and data from a remote repository


docs   book git pull fetch from a remote repo and try to merge into the current branch

Cool.

docs   book git push push your new branches and data to a remote repository

Cool.

On to Inspection and Comparison »