I was looking for how would someone go about implementing changes requested by a reviewer and this video explain that and more. Thank you very much!
@shawnz98332 жыл бұрын
Oh my, the best explain among the 5+ videos explaining PR on youtube
@jcnarasimhan42183 жыл бұрын
Clear, exactly what I was looking for - thank you
@_V__.4 жыл бұрын
Very nicely explained and visualised. Thank you!
@strgangeattractor3 жыл бұрын
Thanks, a lot of videos skip the phase of changing the code from the review comments!
@deepwebtube3 жыл бұрын
Thanks for the walkthrough! Great explanation in simple sentences!
@batikanboraormanci79543 жыл бұрын
Great video, just enough details!
@awndlr3 жыл бұрын
thanks so much. very helpful for me as total github newbie.
@pratikshabhavsar60433 жыл бұрын
Thank you so much buddy. That was really a simple thing , Thanks for explanation.
@ioanabiris3472 Жыл бұрын
Thank you very much!! It's more clearer!
@janania68593 жыл бұрын
Thank you! This was really helpful.
@Trader1717 Жыл бұрын
Great explanation by you sir
@123userthatsme3 жыл бұрын
Instead of asking the pull requester to edit their code, couldn't you just do it yourself? What would that process look like?
@xuyennguyenthi1274 Жыл бұрын
Very helpful for Github beginners. Thank you!
@arunrajrajavel61933 жыл бұрын
Is there any cli tool to handle the same ?
@sandejai3 жыл бұрын
Thank you, that was very helpful
@vladiklass18903 жыл бұрын
Very good and clear! Thank you!
@julkefoll Жыл бұрын
Thanks man. Thanks a lot for the clear explanation.
@portfedh3 жыл бұрын
Very cool, thank you!
@ananyagupta80203 жыл бұрын
Thanks for explaining so well!
@Timothynithya Жыл бұрын
Great video. Thanks!
@ahyoungkim12443 жыл бұрын
This is helpful. Thank you!
@toxicsharkmw32 жыл бұрын
Thank you exactly what i was looking for
@missLiliv3 жыл бұрын
Thank you!
@daria38875 жыл бұрын
very good explained
@shashikiran82589 ай бұрын
Thank you so much ❤
@QuicksilverSG2 жыл бұрын
All this elaborate bureaucracy creates is a time-wasting chicken-and-egg dilemma for the reviewer of the Pull Request. How is the reviewer supposed to build, test, and review the request without actually updating their local clone of the feature branch with the committed files? The only way the reviewer can get access to those updates is to approve the Pull Request, which short-circuits the whole process before they can built or test the branch. What kind of backwards result is that supposed to accomplish?