터미널에서 특정 파일만 커밋을 하고싶은데요. 파일명이 a.java와 b.java중 하나만 커밋을 하고싶은데 파일명을 알아보려고 터미널창에서 git.status를 눌러보면 이런식으로 나와서 어떤게 어떤파일인지 모르겠는데 어떻게 구별할 수 있을까요?
Untracked files:
(use "git add <file>..." to include in what will be committed)
"\354\240\225\354\210\230\354\240\234\352\263\261\352\267\274\355\214\220\353\263\204.java"
"\354\240\234\354\235\274\354\236\221\354\235\200\354\210\230\354\240\234\352\261\260\355\225\230\352\270\260.java"
nothing added to commit but untracked files present (use "git add" to track)