수정된 내용이 없는데 Git이 modified로 인식한다면
🤷 뭐가 바뀐거지?
간혹 git을 사용하다가 status를 확인해보면, 추적 변경사항은 있는데 정작 GUI 상에서 diff를 보면 똑같은 경우가 있다.
qriosity@server:~/Desktop/DOKI$ git status
On branch feature/139
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: common-service/src/main/resources/application-local.yml
modified: gradlew
no changes added to commit (use "git add" and/or "git commit -a")

이렇게 말이다.