a working branch on your local machine where you can isolate work.
It is a good idea to use local branches when adding specific features or changes.
This way if you don’t like what you have done you can easily get rid of the work.</para></listitem>
- <listitem><para><emphasis><filename>git branch</filename>:</emphasis> Reports existing branches and
- tells you which branch in which you are currently working.</para></listitem>
+ <listitem><para><emphasis><filename>git branch</filename>:</emphasis> Reports
+ 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