staged
同じファイルのとunstaged
バージョンの違いを表示する方法はありますか?
例えば:
Changes to be committed:
modified: conf/application.conf
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: conf/application.conf
これは、変更をステージングしてから、ステージングせずにファイルを再度変更したときに発生します。
EDIT
/コマンドを使用する必要があるため、git status -vv
コマンドは十分ではありません。これは、実際には、あまりにも多くのファイルにあまりにも多くの変更があり、それらすべてをスクロールするのは効率的ではないためです。しかし、/を使用すると、関心のあるファイルを指定できます。diff
difftool
diff
difftool