Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove recommendation for git fetch && git merge over git pull #2021

Merged
merged 1 commit into from
Feb 15, 2025

Conversation

DeinAlptraum
Copy link
Contributor

@DeinAlptraum DeinAlptraum commented Feb 15, 2025

Changes

Remove the recommendation for git fetch && git merge over git pull

Context

Fixes #2020

@ben ben merged commit 3404a4f into progit:main Feb 15, 2025
1 check passed
@DeinAlptraum DeinAlptraum deleted the pull_vs_fetch branch February 15, 2025 03:05
Copy link

@LTBD-Admin LTBD-Admin left a comment

Choose a reason for hiding this comment

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

Using git fetch followed by git merge gives developers more control over the merging process. It allows them to review changes before merging, which can help avoid unexpected conflicts.

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.

Poorly justified usage recommendation about git pull vs git fetch
3 participants