Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: remove master:origin example from pull-fetch-param.txt
author
J. Bruce Fields
<bfields@fieldses.org>
Mon, 1 Jan 2007 21:40:23 +0000
(16:40 -0500)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 1 Jan 2007 22:38:08 +0000
(14:38 -0800)
This is no longer a useful example.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/pull-fetch-param.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
33a59fd
)
diff --git
a/Documentation/pull-fetch-param.txt
b/Documentation/pull-fetch-param.txt
index e852f41a322933aa010bdf79247508e42ee3f661..8d4e950abc65c233268d785dcbfee67ab0522f4c 100644
(file)
--- 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 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 <refspec>
+
[NOTE]
There is a difference between listing multiple <refspec>