message no. 163438
Posted by rostam in #github at 2017-02-13T02:44:57Z
HI I have a question about github code review workflow. We have a master branch for our development on github. Each developer has made a fork of that branch. When I commit and push my code to fork, I need to pull request for code reviewer. If code reviewer requires some changes, I need to do those changes in my local repo and push it up to my fork. Here is my question, should I close my original pull request? Is there a way the new