mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 18:36:41 +00:00
git: add --word-diff
notes
This commit is contained in:
parent
889777e916
commit
1e74d2371f
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ def load_reference(name_or_id):
|
|||
`git diff --cached`: show what is about to be committed
|
||||
`git diff <first-branch>...<second-branch>`: show content diff between two branches
|
||||
`git diff -w|--ignore-all-space`: show diff ignoring whitespace differences
|
||||
`git diff --word-diff`: show diff word-by-word instead of line-wise
|
||||
|
||||
`git bisect`: binary search history (e.g. for regressions)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue