From fd6f6d5ea7b209f8968dfcd999a20f84e6e63edc Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Tue, 29 Jun 2010 22:55:40 +0100 Subject: [PATCH] Manual entry for new branch mode binding. --- magit.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/magit.texi b/magit.texi index 23c8d528..fbbb9eae 100644 --- a/magit.texi +++ b/magit.texi @@ -500,7 +500,8 @@ 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. +With @kbd{RET} or @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.