I used force push to amend a commit message on my branch B
. I'm working alone on this branch, then I requested a PR to master A
.
Will there be a problem after the PR is accepted?
according to this answer, people that have pulled from my branch will get an error. But nobody did pull from my branch. But after PR merge, my branch along with the amended commit will be in master. So will developers that have pulled/will pull from master
get any error?
this answer doesn't say if there will be any errors for other developers fetching from master
after the PR merge