At my company, we ask developers to paste commits on feature branches before merging with develop . After the distribution, the developer pushes GitHub and writes to GitHub to create a transfer request.
When the stretch request merges, we finish looking at the two commits in the history of the develop branch:
- Commit message "merged pull request"
- Single compressed commit from
feature branch
Why is this happening? And how can we avoid this? I read a similar Q & A to avoid "adene adrolirovaniya" , but my goal is to use the GitHub interface to create, track and discuss traction requests.
source share