from an upstream Git
repository and places it in your local Git repository.
You use this command to make sure you are synchronized with the repository
- from which you are basing changes (.e.g. the master repository).</para></listitem>
+ from which you are basing changes (.e.g. the master branch).</para></listitem>
<listitem><para><emphasis><filename>git push</filename>:</emphasis> Sends all your local changes you
have committed to an upstream Git repository (e.g. a contribution repository).
The maintainer of the project draws from these repositories when adding your changes to the