About 196,000 results
Open links in new tab
  1. About merge methods on GitHub

    You can allow contributors with push access to your repository to merge their pull requests with different merge options or enforce a specific merge method for all of your repository's pull …

  2. Git - git-merge Documentation

    Incorporates changes from the named commits (since the time their histories diverged from the current branch) into the current branch. This command is used by git pull to incorporate …

  3. Merging a pull request - GitHub Docs

    Merge a pull request into the upstream branch when work is completed. Anyone with push access to the repository can complete the merge. In a pull request, you propose that changes you've …

  4. Git - Merge - GeeksforGeeks

    Jul 28, 2025 · Git Merge is a command used to combine the changes from two branches into one. It integrates work from different branches into a single unified history without losing progress.

  5. How to Merge GitHub: Easy Guide for Smooth Code Merges

    May 3, 2025 · Successfully merging on GitHub involves more than just clicking the merge button. It requires selecting the correct merge strategy for your project's unique needs. This means …

  6. Master GitHub Merge Strategies for Smarter Development

    May 1, 2025 · Discover key GitHub merge strategies, their benefits, and best use cases to optimize your workflow. Learn how to choose the right strategy now!

  7. Git Branch Merge - W3Schools

    Merging in Git means combining the changes from one branch into another. This is how you bring your work together after working separately on different features or bug fixes. To combine the …

  8. Mastering Code Merging in GitHub: A Real-World Guide for …

    Jul 26, 2025 · You'll learn how a team lead can merge code changes from three developers into a shared Python file without breaking anything—using GitHub and smart merge strategies.

  9. Git Merge Tutorial: A Comprehensive Guide with Examples

    Mar 12, 2025 · Learn how to use git merge to combine branches, resolve conflicts, and follow best practices. This step-by-step Git merge tutorial covers everything you need.

  10. Configuring branches and merges in your repository - GitHub

    You can manage branches in your repository, configure the way branches are merged in your repository, and protect important branches by defining the mergeability of pull requests.