summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 50e668a8e4..6954b9530d 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -680,8 +680,8 @@
680 existing local branches and 680 existing local branches and
681 tells you the branch in which you are currently working.</para></listitem> 681 tells you the branch in which you are currently working.</para></listitem>
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 branch. 683 Deletes an existing local branch.
684 You need to be in a 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 &lt;branch-name&gt;.</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