In git kraken, pull origin and checkout the branch. Immediately, it come with couple of files changes even not done any modification. When seen changes and "Ignore white space" to true in viewer then it shows as below: "File contents are unchanged. Uncheck "Ignore white space" to see potential white space changes."
when try to discard those files then its unable to discard, try to stash those files then it stash and immediately unstash.
How to solve this issue so, git kraken work correctly and does not show me files are changed even its not change, (it just pull the new branch).
Thanks