From: Scott Rifenbark Date: Fri, 28 Sep 2012 18:56:45 +0000 (-0700) Subject: documentation: dev-manual - better terminology. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07925515ac89f4e7fa0e1636f5bb253bbf01925d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: dev-manual - better terminology. (From yocto-docs rev: 06f1556d10c75134e53ade7bab407623f00b6a87) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 2da101f80ce..3bc7c0bae8f 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -687,7 +687,7 @@ 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). + from which you are basing changes (.e.g. the master branch). git push: 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