Pull

A pull request is a request to merge one branch into another on a remote Git platform like GitHub, GitLab, Bitbucket, etc.

simplified steps

  1. You create a branch and make changes
  2. You push your branch to the remote
  3. You open a pull request: feature → main
  4. Others review, comment, and approve
  5. When ready, the PR gets merged