]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documenation: dev-manual - clarifies local branch.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 28 Sep 2012 18:53:42 +0000 (11:53 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Oct 2012 22:30:29 +0000 (23:30 +0100)
(From yocto-docs rev: fff80ac6e0a7092f19a268694f974ff45fb0fe8b)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-newbie.xml

index 50e668a8e485285b0897d2a50138c6e287d8efde..6954b9530d8afde19e6eb1f1452835c702c2657e 100644 (file)
                     existing local branches and 
                     tells you the branch in which you are currently working.</para></listitem>
                 <listitem><para><emphasis><filename>git branch -D &lt;branch-name&gt;</filename>:</emphasis> 
-                    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 &lt;branch-name&gt;.</para></listitem>
                 <listitem><para><emphasis><filename>git pull</filename>:</emphasis> Retrieves information 
                     from an upstream Git