Skip to content

docs: add guide for choosing default git pull behavior#92

Merged
dscho merged 1 commit into
git-for-windows:mainfrom
jzbakh:add-pull-behavior-page
Jun 18, 2026
Merged

docs: add guide for choosing default git pull behavior#92
dscho merged 1 commit into
git-for-windows:mainfrom
jzbakh:add-pull-behavior-page

Conversation

@jzbakh

@jzbakh jzbakh commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

This PR introduces a new documentation page to explain the git pull configuration options presented during the Git for Windows installation. This guide aims to clarify:

  • How git pull works behind the scenes (fetch + integrate).
  • The fundamental differences between the three installer options (Merge, Rebase, Fast-forward only) using simple visual timelines.
  • How users can change this preference later via git config without reinstalling.
  • A quick reference to handling merge conflicts, linking to the existing dedicated guide.

This should help users make a more informed decision during setup.

The installer prompts users to choose a default git pull behavior, which can be confusing. This page explains the differences between merge, rebase, and fast-forward strategies to help users make an informed decision during setup and easily reconfigure it later.

Signed-off-by: Jason Zbakh <jzbakh@gmail.com>

@dscho dscho left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!

For the diagrams, we might want to imitate the sister website's gitgitgadget/gitgitgadget.github.io#25, which introduces support for complex, visually pleasing diagrams other than via ASCII art.

@dscho dscho merged commit 2a6f846 into git-for-windows:main Jun 18, 2026
1 check passed
@dscho

dscho commented Jun 18, 2026

Copy link
Copy Markdown
Member

I merged this PR as a prerequisite for merging git-for-windows/build-extra#682.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants