Problem scenario
You have seen the term “base branch” in Git documentation. How can it not be the main branch?
Solution
In the context of a Pull Request, where one branch’s changes will update the same files (if any exist) and any new files will be copied into another branch, the branch receiving the changes and/or files is the base branch.
…
Continue reading “How Can a Base Branch Not Be a Master Branch in Git?”