When I am doing a git merge with conflicts, I faced a small issue. Once I merge master into my feature branch let's say there are 10 files that came from a previous commit by someone else and two files conflict with mine.
Then, I fixed the conflicts and commit and push all the changes. When I check the commit details, all 10 files were modified by me though I have changed only two files. Is this the default behaviour of Git? I am doing this merge and push using Visual Studio IDE and Source Tree. I am not using any commands.
Here is a small video in YT that is what I am doing. https://www.youtube.com/watch?v=ziQlAo8H5w8&ab_channel=TroubleChute