summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-28 11:54:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-01 23:30:29 +0100
commit6bf96aa1f92bbda2dcb77e7840ee185a2c7a8238 (patch)
tree9f08540f7f167292e4d4eebd851c2d503ad05390 /documentation
parent8606f28cb46cf185155a28434a9ba91daebce799 (diff)
downloadpoky-6bf96aa1f92bbda2dcb77e7840ee185a2c7a8238.tar.gz
documenation: dev-manual - formatting fix.
(From yocto-docs rev: 24e653c02278d7a3d935104296f54cf9fff9ce12) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 6954b9530d..2da101f80c 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -682,7 +682,7 @@
682 <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>
683 Deletes an existing local branch. 683 Deletes an existing local branch.
684 You need to be in a local branch other than the one you are deleting 684 You need to be in a local branch other than the one you are deleting
685 in order to delete &lt;branch-name&gt;.</para></listitem> 685 in order to delete <filename>&lt;branch-name&gt;</filename>.</para></listitem>
686 <listitem><para><emphasis><filename>git pull</filename>:</emphasis> Retrieves information 686 <listitem><para><emphasis><filename>git pull</filename>:</emphasis> Retrieves information
687 from an upstream Git 687 from an upstream Git
688 repository and places it in your local Git repository. 688 repository and places it in your local Git repository.