때 git commit열려있는 메시지 편집기 쇼 간단한 상태,이 같은 것입니다 :
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is ahead of 'origin/master' by 26 commits.
#
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: Showcase/src/com/gigantt/BorderArea.mxml
# modified: Showcase/src/com/gigantt/Client.mxml
# modified: Showcase/src/com/gigantt/GraphItem.mxml
#
커밋 할 diff도 표시하도록 git을 조정하려면 어떻게해야합니까? 나는 그것이 긴 차이 일 수 있다는 것을 알고 있지만 여전히 .. 매우 유용합니다.
git diff --cached생성하지만 매번 원하는 경우 별도의 명령을 실행하는 이유는 무엇입니까?