I sometimes pull in requests for an upward repo. Someone applies my pr to the master and closes it. Then gitub says: "Closed without blinking." Why?
What I want to find out is that, if any, is editing the code that I created on the branch, I created pr from this, which did not join (apply or merge) into the repo server branch. I don’t want to do a “manual check” and instead I want one or more cli git commands that will show me what exactly these code changes are.
git branch github git-merge pull-request
Björn lindqvist
source share