From 78aedfa4d49c83d17d1a2e34c2bd8606044df07a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 28 Sep 2012 11:52:47 -0700 Subject: [PATCH] documentation: dev-manual - grammar fix. (From yocto-docs rev: eecdc407ae10a9c4146d79735e2e3fce7a031083) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index a896d593d6..50e668a8e4 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -676,8 +676,9 @@ a working branch on your local machine where you can isolate work. It is a good idea to use local branches when adding specific features or changes. This way if you don’t like what you have done you can easily get rid of the work. - git branch: Reports existing branches and - tells you which branch in which you are currently working. + git branch: Reports + 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