From: Scott Rifenbark Date: Fri, 28 Sep 2012 18:52:47 +0000 (-0700) Subject: documentation: dev-manual - grammar fix. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78aedfa4d49c83d17d1a2e34c2bd8606044df07a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: dev-manual - grammar fix. (From yocto-docs rev: eecdc407ae10a9c4146d79735e2e3fce7a031083) 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 a896d593d6a..50e668a8e48 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