minus-squareSuperNerd@programming.devtoGit@programming.dev•What's your opinion on git rebase vs git merge?linkfedilinkEnglisharrow-up0·2 years agoPlease 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. linkfedilink
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.