diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-28 11:52:47 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-01 23:30:29 +0100 |
| commit | 78aedfa4d49c83d17d1a2e34c2bd8606044df07a (patch) | |
| tree | 3384c953d5f945d98a4d461929ed79436348822e | |
| parent | a1fc37eabc0ed8c0c5e84a4c3477dd2986def01d (diff) | |
| download | poky-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>
| -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 |
