when I pushed my changes from local feature branch to remote feature branch, I had whitespace changes that have also been pushed (now changing the code ownership to me). Now when I am trying to merge my feature branch into master, at the pull request level, I need to remove these whitespaces otherwise all these unmodified(except whitespaces) files will have my name tagged along.
May I know if there is a way to remove these whitespaces (or take my name from ownership) of specific files where the only changes made are whitespace changes? Each commit has several files. Any help is highly appreciated! Thanks!