Difference between revisions of "Git diff"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
[[git diff -v]] | [[git diff -v]] | ||
− | git diff HEAD^ [[HEAD]] | + | [[git diff HEAD]]^ [[HEAD]] |
From a [[branch]]: | From a [[branch]]: | ||
Line 14: | Line 14: | ||
[[git diff --name-only]] | [[git diff --name-only]] | ||
[[git diff --stat]] | [[git diff --stat]] | ||
+ | [[git diff --cached]] | ||
Line 20: | Line 21: | ||
* <code>[[git diff-tree]]</code> | * <code>[[git diff-tree]]</code> | ||
* <code>[[git status]]</code> | * <code>[[git status]]</code> | ||
+ | * <code>[[git push --dry-run]]</code> | ||
== See also == | == See also == | ||
+ | * {{git diff}} | ||
* {{git}} | * {{git}} | ||
[[Category:Git]] | [[Category:Git]] |
Latest revision as of 09:10, 21 March 2023
git diff git diff -v
git diff HEAD^ HEAD
From a branch:
git diff main
git diff --no-index some/path other/path > some_filename
git diff git diff --name-only git diff --stat git diff --cached
Related commands[edit]
See also[edit]
git diff
: [main | HEAD | --staged | --name-only | --stat | --cached
], --help
git
: [config | init | status ]
,git add
,git rm
,git commit
,git push, git pull
,.gitconfig
,.gitignore
,git
(clone
,fetch
,pull
),git tag
,git log
,git blame
, Merge Request, LFS,git branch
,git apply
,git rebase
,git diff
,git diff-tree
,git config --global
,remote | submodule | request-pull
,GIT_TRACE, GIT_CURL_VERBOSE
,clean
,main
,git show-ref
,git reset
,git prune
,git ls-remote origin
,git checkout
,git switch
,pathspec
,git credential-osxkeychain
,git version
,pre-commit
,git --help
, GitBook,refs/
Advertising: