|
|
|
|
|
by Newky
4518 days ago
|
|
So I use github enterprise and use the review tool a lot. It has improved our overall code review experience, but there is a few things which have proved problematic and even have caused major headaches in the last year or so. 1. No Side by Side diffs.
2. Pushing new commits will often collapse conversations from the review. (i.e these conversations are folded) Really, I want some way to look at my PR and say hey I've addressed all the comments on this pull request, and I am good to merge. This is not even getting into what happens if you rebase your branch and then force a push to the remote. |
|