summaryrefslogtreecommitdiffstats
path: root/git-checkout.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-10-03 12:05:53 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-10-03 12:05:53 +0000
commit1b50ce9004d2296213fca188964ee273b87b2d12 (patch)
treefce55ef06d77843213ec1fe5add1d9ff75e79a77 /git-checkout.html
parent58992c945be1eab6cb6bc22216c90de22b30341f (diff)
downloadgit-htmldocs-1b50ce9004d2296213fca188964ee273b87b2d12.tar.gz
Autogenerated HTML docs for v1.5.3.4-203-gcc61a
Diffstat (limited to 'git-checkout.html')
-rw-r--r--git-checkout.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-checkout.html b/git-checkout.html
index 9a3729b47..7e3e2d061 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -332,7 +332,9 @@ working tree.</p>
<p>
When -b is given and a branch is created off a remote branch,
set up configuration so that git-pull will automatically
- retrieve data from the remote branch. Set the
+ retrieve data from the remote branch. Use this if you always
+ pull from the same remote branch into the new branch, or if you
+ don't want to use "git pull &lt;repository&gt; &lt;refspec&gt;" explicitly. Set the
branch.autosetupmerge configuration variable to true if you
want git-checkout and git-branch to always behave as if
<em>--track</em> were given.
@@ -538,7 +540,7 @@ $ git add frotz</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 21-Aug-2007 02:20:17 UTC
+Last updated 03-Oct-2007 12:03:44 UTC
</div>
</div>
</body>