git diff

git diff

# staging area 에 있는 파일의 변경 부분 확인
git diff --staged

# 위와 동일
git diff --cached

Last updated