The 3 Ways To Merge Pull Requests In Git

___
Towards AI
Published in
4 min readFeb 19, 2023

--

Introduction

VS Code offers are 3 ways (when using GitHub as the version control system) to merge a Pull Request (PR), namely:

  1. Create Merge Commit
  2. Squash and Merge
  3. Rebase and Merge

This article will explore how these methods differ.

Scenario

--

--