mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
documenation: dev-manual - clarifies local branch.
(From yocto-docs rev: fff80ac6e0a7092f19a268694f974ff45fb0fe8b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
78aedfa4d4
commit
8606f28cb4
@@ -680,8 +680,8 @@
|
|||||||
existing local branches and
|
existing local branches and
|
||||||
tells you the branch in which you are currently working.</para></listitem>
|
tells you the branch in which you are currently working.</para></listitem>
|
||||||
<listitem><para><emphasis><filename>git branch -D <branch-name></filename>:</emphasis>
|
<listitem><para><emphasis><filename>git branch -D <branch-name></filename>:</emphasis>
|
||||||
Deletes an existing branch.
|
Deletes an existing local branch.
|
||||||
You need to be in a branch other than the one you are deleting
|
You need to be in a local branch other than the one you are deleting
|
||||||
in order to delete <branch-name>.</para></listitem>
|
in order to delete <branch-name>.</para></listitem>
|
||||||
<listitem><para><emphasis><filename>git pull</filename>:</emphasis> Retrieves information
|
<listitem><para><emphasis><filename>git pull</filename>:</emphasis> Retrieves information
|
||||||
from an upstream Git
|
from an upstream Git
|
||||||
|
|||||||
Reference in New Issue
Block a user