]> git.ipfire.org Git - thirdparty/git.git/commit
doc: git-pull: delete the example
authorJulia Evans <julia@jvns.ca>
Wed, 15 Oct 2025 13:13:30 +0000 (13:13 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2025 20:17:52 +0000 (13:17 -0700)
commitd8942ac494fb08b5b99a3eb6fb6a2853a0232d21
treec7b1d3f2a7aa2fbc7af821713c1a9a52bbfe054e
parent59b28f928b2b3b91033ee4e9cbe0cf51a781e55b
doc: git-pull: delete the example

From user feedback: this example is confusing because it implies that
`git pull` will run `git merge` by default, but the default is
`--ff-only`.

We could instead show an example of a fast-forward merge, but that may
not add a lot since fast-forward merges are relatively simple. This lets
us keep the description short.

Signed-off-by: Julia Evans <julia@jvns.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-pull.adoc