Files
git/Documentation
Julia Evans 59b28f928b doc: git-pull: clarify options for integrating remote branch
From user feedback:

- One user is confused about the current default ("I was convinced that
  the git default was still to merge on pull")
- One user is confused about why "git fetch" isn't mentioned earlier
- One user says they always forget what the arguments to `git pull` are
  and that it's not immediately obvious that `--no-rebase` means "merge"
- One user wants `--ff-only` to be mentioned

Resolve this by listing the options for integrating the the remote
branch. This should help users figure out at a glance which one they
want to do, and make it clearer that --ff-only is the default.

Signed-off-by: Julia Evans <julia@jvns.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2025-10-15 13:17:52 -07:00
..
2025-09-12 10:41:21 -07:00
2025-03-01 10:26:15 -08:00
2025-08-28 11:28:57 -07:00
2025-09-12 10:41:19 -07:00
2025-06-17 10:44:38 -07:00
2025-08-17 09:13:41 -07:00
2025-08-04 08:10:33 -07:00
2025-08-29 09:44:38 -07:00
2025-09-08 14:54:35 -07:00