---
magit.texi | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/magit.texi b/magit.texi
index b731489..42e865c 100644
--- a/magit.texi
+++ b/magit.texi
@@ -619,9 +619,11 @@ will only push the current branch to the remote. In other
words, it
will run @code{git push} relying on the user having configured which
refs to push to which branch.
-Typing @kbd{f} will run @code{git remote update} and @kbd{F} will run
-...@code{git pull}. When you don't have a default branch configured to
-be pulled into the current one, you will be asked for it.
+Typing @kbd{f} will update all remotes by running @code{git remote
+update}. Typing @kbd{C-u f} will only fetch the current branch's
+remote. Typing @kbd{F} will run @code{git pull}. When you don't have
+a default branch configured to be pulled into the current one, you
+will be asked for it.
If there is a default remote repository for the current branch, Magit
will show that repository in the status buffer header.
--
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.