From 9cc5e7e5d2e8f961fe6a4b19be0e362faf84fd3c Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Thu, 24 Jun 2010 17:17:58 -0700 Subject: [PATCH] Document the new branch behavior. --- magit.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/magit.texi b/magit.texi index 5955aa6b..23c8d528 100644 --- a/magit.texi +++ b/magit.texi @@ -649,10 +649,12 @@ it, like from any other diff. Magit will run @code{git push} when you type @kbd{P}. If you give a prefix argument to @kbd{P}, you will be prompted for the repository to -push to. When no default remote repositor has been configured yet for +push to. When no default remote repository has been configured yet for the current branch, you will be prompted as well. Typing @kbd{P} will -only push the current branch to the remote. In other words, it will -run @code{git push }. +only push the current branch to the remote. In other words, it will run +@code{git push }. The branch will be created in the +remote if it doesn't exist already. The local branch will be configured +so that it pulls from the new remote branch. Typing @kbd{f} will run @code{git remote update}. With a prefix arg, it will prompt for the name of the remote to update. Typing @kbd{F} will