2
What's your opinion on git rebase vs git merge?
(lemmy.sdf.org)
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
Please never rebase after you open a pull request. It breaks the iterative workflow of code reviews -- it makes it hard to see if issues brought up in comments were addressed or not.
That depends on the PR tool. I don't know how others work, but Azure DevOps handles rebases quite well (as long as you are rebasing to the target of your PR).