existing local branches and
tells you the branch in which you are currently working.</para></listitem>
<listitem><para><emphasis><filename>git branch -D <branch-name></filename>:</emphasis>
- Deletes an existing branch.
- You need to be in a branch other than the one you are deleting
+ Deletes an existing local branch.
+ You need to be in a local branch other than the one you are deleting
in order to delete <branch-name>.</para></listitem>
<listitem><para><emphasis><filename>git pull</filename>:</emphasis> Retrieves information
from an upstream Git