cached [||merge|base] [] [||] […] git diff []
cached [--merge-base] [
Show changes between the working tree and the index or a tree, changes between the index and a tree, changes between two trees, changes resulting from a merge.
... Git. This form implies --exit-code . git diff [
git diff merge-base with working tree (using ... notation)
Update Nov. 2020: Yes, that is now possible. Running git diff --merge-base
This form is to view the changes you made relative to the index (staging area for the next commit). In other words, the differences are what you could tell Git ...
This form implies --exit-code . git diff [
git-diff.txt - Apple Open Source
This behavior can be forced by --no-index. 'git diff' [--options] --cached [