I am working on a git branch, which is currently part of a closed pull request on github. Subsequently, to the initial pull request, I made some additional commits, pushed these commits to github, and then returned these commits and confirmed them because I need to revise the commits.
Now, if I want to push these commits to github, I will need to call force push: git push --force . But I have a strong feeling that this can cause chaos with the existing pull request, even if the modified fixes occurred after they existed before I made the pull request.
Can someone describe to me how best to deal with this situation? I think I might just need to create a completely new branch, and then issue a transfer request to this branch. But if there is a way to relate this to an existing tensile request, which would be preferable.
git github pull-request
fraxture
source share