Why in the pull request get the file from the previous commits?
Why in the pull request get the file from the previous commits?
Commit in your repository, there everything is OK. only the files you need. Then make a pull request and it get the files from the previous commit
1 answer
A Pull request is a request to do a merge of one branch into another. Respectively it and get files from a commit and all commits that differ in these two branches.
Find more questions by tags BitbucketGit