diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-28 11:56:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-01 23:30:29 +0100 |
commit | 07925515ac89f4e7fa0e1636f5bb253bbf01925d (patch) | |
tree | 64b10ce8d9e4793da0f8d89dc7fb828c9b21d028 /documentation/dev-manual | |
parent | 6bf96aa1f92bbda2dcb77e7840ee185a2c7a8238 (diff) | |
download | poky-07925515ac89f4e7fa0e1636f5bb253bbf01925d.tar.gz |
documentation: dev-manual - better terminology.
(From yocto-docs rev: 06f1556d10c75134e53ade7bab407623f00b6a87)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 2da101f80c..3bc7c0bae8 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -687,7 +687,7 @@ | |||
687 | from an upstream Git | 687 | from an upstream Git |
688 | repository and places it in your local Git repository. | 688 | repository and places it in your local Git repository. |
689 | You use this command to make sure you are synchronized with the repository | 689 | You use this command to make sure you are synchronized with the repository |
690 | from which you are basing changes (.e.g. the master repository).</para></listitem> | 690 | from which you are basing changes (.e.g. the master branch).</para></listitem> |
691 | <listitem><para><emphasis><filename>git push</filename>:</emphasis> Sends all your local changes you | 691 | <listitem><para><emphasis><filename>git push</filename>:</emphasis> Sends all your local changes you |
692 | have committed to an upstream Git repository (e.g. a contribution repository). | 692 | have committed to an upstream Git repository (e.g. a contribution repository). |
693 | The maintainer of the project draws from these repositories when adding your changes to the | 693 | The maintainer of the project draws from these repositories when adding your changes to the |