From: Scott Rifenbark Date: Fri, 28 Sep 2012 18:53:42 +0000 (-0700) Subject: documenation: dev-manual - clarifies local branch. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8606f28cb46cf185155a28434a9ba91daebce799;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documenation: dev-manual - clarifies local branch. (From yocto-docs rev: fff80ac6e0a7092f19a268694f974ff45fb0fe8b) 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 50e668a8e48..6954b9530d8 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -680,8 +680,8 @@ existing local branches and tells you the branch in which you are currently working. git branch -D <branch-name>: - Deletes an existing branch. - You need to be in a branch other than the one you are deleting + Deletes an existing local branch. + You need to be in a local branch other than the one you are deleting in order to delete <branch-name>. git pull: Retrieves information from an upstream Git