---
magit.texi | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/magit.texi b/magit.texi
index 42e865c..e30ae75 100644
--- a/magit.texi
+++ b/magit.texi
@@ -41,6 +41,7 @@ as an extension to Emacs.
* Resetting::
* Stashing::
* Branching::
+* The branch list::
* Wazzup::
* Merging::
* Rebasing::
@@ -473,6 +474,35 @@ This will result in a detached head.
To create a new branch and switch to it immediately, type @kbd{B}.
+Typing @kbd{V} will list the local and remote branches in a new buffer
+called @code{*magit-branches*} from which you can work with them. See
+...@ref{the branch list} for more details.
+
+
+...@node The branch list
+...@chapter The branch list
+
+The branch list is a separate buffer called @code{*magit-branches*}
+with its own local key map. The keybindings are modeled after magit's
+main buffer. The buffer contains both local and remote branches. The
+current local branch is marked by a ``*'' in front of the name.
+
+Typing @kbd{k} will delete the branch in the current line, and
+...@kbd{c-u k} deletes it even if it hasn't been merged into the current
+local branch. Deleting works for both local and remote branches.
+
+You can merge the branch in the current line by typing @kbd{m} for a
+manual merge and @kbd{M} for an automatic merge.
+
+With @kbd{b} you can check out the branch in the current line.
+
+Typing @kbd{$} shows the @code{*magit-process*} buffer which contains
+the transcript of the most recent command.
+
+Typing @kbd{V} will refresh the branch list. @kbd{q} buries the branch
+list buffer and deletes its window.
+
+
@node Wazzup
@chapter Wazzup
--
1.6.3.3
To unsubscribe from this group, send email to magit+unsubscribegooglegroups.com
or reply to this email with the words "REMOVE ME" as the subject.