There is a Github repository I have forked on which multiple commits where made afterwards.
I wanted these corrections to be part of my forked repository I might have merged them (but can't remember how) and I now have a commit named Merge remote-tracking branch 'blount/master'.
Is it a problem for future pull requests I will make? Or will they have no incidence at all when the owner will accept my pull request?
I've found the Why am I merging “remote-tracking branch 'origin/develop' into develop”? stackoverflow question which says how to avoid this situation, but not if existing merge-commit are a problem.