Git diff command showing entire file is modified instead of showing modified small part of code

前端 未结 5 1003
旧巷少年郎
旧巷少年郎 2021-02-07 02:02

I am using git repository. Everything is working properly except git diff command. Whenever I modify any file then git diff command showing entire file is modified even though I

5条回答
  •  故里飘歌
    2021-02-07 02:51

    Is your editor set to automatically reformat code? Could it be the file used to use tabs for indentation and you changed it to use spaces for instance?

提交回复
热议问题