From: J. Bruce Fields Date: Mon, 1 Jan 2007 21:40:23 +0000 (-0500) Subject: Documentation: remove master:origin example from pull-fetch-param.txt X-Git-Tag: v1.5.0-rc1~115 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6f0b4ac0d730c99ab1c2962168675b920febb187;p=git.git Documentation: remove master:origin example from pull-fetch-param.txt This is no longer a useful example. Signed-off-by: "J. Bruce Fields" Signed-off-by: Junio C Hamano --- diff --git a/Documentation/pull-fetch-param.txt b/Documentation/pull-fetch-param.txt index e852f41a3..8d4e950ab 100644 --- a/Documentation/pull-fetch-param.txt +++ b/Documentation/pull-fetch-param.txt @@ -39,10 +39,6 @@ checkout -b my-B remote-B`). Run `git fetch` to keep track of the progress of the remote side, and when you see something new on the remote branch, merge it into your development branch with `git pull . remote-B`, while you are on `my-B` branch. -The common `Pull: master:origin` mapping of a remote `master` -branch to a local `origin` branch, which is then merged to a -local development branch, again typically named `master`, is made -when you run `git clone` for you to follow this pattern. + [NOTE] There is a difference between listing multiple