From 8606f28cb46cf185155a28434a9ba91daebce799 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 28 Sep 2012 11:53:42 -0700 Subject: documenation: dev-manual - clarifies local branch. (From yocto-docs rev: fff80ac6e0a7092f19a268694f974ff45fb0fe8b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 50e668a8e4..6954b9530d 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 -- cgit v1.2.3-54-g00ecf