From 07925515ac89f4e7fa0e1636f5bb253bbf01925d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 28 Sep 2012 11:56:45 -0700 Subject: [PATCH] documentation: dev-manual - better terminology. (From yocto-docs rev: 06f1556d10c75134e53ade7bab407623f00b6a87) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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