Let's say that I have 4 commit on my GitHub, and I already sent a pull request to another collaborator. But on those 4 commit, there is 1 commit, I don't wish my collaborator accept that file. How can we do that? As far as I try, there is only a button which show automatically merge (if there is no conflict), and we can't choose which commit we want to accept.
Second is, I have 1 commit which already exist on my Github, and I don't send any pull request to another collaborator (in this case, there are pending pull request which have not been pull by another collaborator). But once the collaborator pull the files, the commit which I didn't send will be included automatically. So I don't see that pull request is useful here. while we still can get all the updated data without sending a pull request.
So my main question is, is there any other way to choose which commit we want another collaborator to accept? Because sometimes, I don't want my collaborator accept the commit/files first.