What’s the difference between a pull request and a branch?

Technology CommunityCategory: GitWhat’s the difference between a pull request and a branch?
VietMX Staff asked 3 years ago
  • branch is just a separate version of the code.
  • pull request is when someone take the repository, makes their own branch, does some changes, then tries to merge that branch in (put their changes in the other person’s code repository).