summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-28 11:52:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-01 23:30:29 +0100
commit78aedfa4d49c83d17d1a2e34c2bd8606044df07a (patch)
tree3384c953d5f945d98a4d461929ed79436348822e /documentation/dev-manual
parenta1fc37eabc0ed8c0c5e84a4c3477dd2986def01d (diff)
downloadpoky-78aedfa4d49c83d17d1a2e34c2bd8606044df07a.tar.gz
documentation: dev-manual - grammar fix.
(From yocto-docs rev: eecdc407ae10a9c4146d79735e2e3fce7a031083) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml5
1 files 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 @@
676 a working branch on your local machine where you can isolate work. 676 a working branch on your local machine where you can isolate work.
677 It is a good idea to use local branches when adding specific features or changes. 677 It is a good idea to use local branches when adding specific features or changes.
678 This way if you don’t like what you have done you can easily get rid of the work.</para></listitem> 678 This way if you don’t like what you have done you can easily get rid of the work.</para></listitem>
679 <listitem><para><emphasis><filename>git branch</filename>:</emphasis> Reports existing branches and 679 <listitem><para><emphasis><filename>git branch</filename>:</emphasis> Reports
680 tells you which branch in which you are currently working.</para></listitem> 680 existing local branches and
681 tells you the branch in which you are currently working.</para></listitem>
681 <listitem><para><emphasis><filename>git branch -D &lt;branch-name&gt;</filename>:</emphasis> 682 <listitem><para><emphasis><filename>git branch -D &lt;branch-name&gt;</filename>:</emphasis>
682 Deletes an existing branch. 683 Deletes an existing branch.
683 You need to be in a branch other than the one you are deleting 684 You need to be in a branch other than the one you are deleting