본문 바로가기

Git

Git 명령어 - 파일 상태 짤막하게 확인하기

728x90

 

git status --short

 

또는

git status -s

 

를 이용하면 아래와 같은 결과가 나온다.

 

 

M: 수정한 파일

A: 추가한 파일