diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 5 |
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 <branch-name></filename>:</emphasis> | 682 | <listitem><para><emphasis><filename>git branch -D <branch-name></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 |