... | ... | @@ -2192,17 +2192,18 @@ Suppose I wanted more detail between two *commits*. A quick |
|
|
can retrieve a summary of the changes between the current commit and its
|
|
|
immediate ancestor.
|
|
|
|
|
|
![git diff example](git-diff-example.PNG)
|
|
|
|
|
|
|
|
|
![git diff example](https://git-community.cs.odu.edu/tkennedy/retreat/-/wikis/git-diff-example.PNG)
|
|
|
|
|
|
Of course most tools (e.g., vimdiff) yield much more *human readable* diffs. I would use vimdiff with...
|
|
|
Of course most tools (e.g., vimdiff) yield much more *human readable* diffs. I
|
|
|
would use vimdiff with...
|
|
|
|
|
|
```
|
|
|
git difftool HEAD^
|
|
|
```
|
|
|
|
|
|
![git difftool example](https://git-community.cs.odu.edu/tkennedy/retreat/-/wikis/git-difftool-example.PNG)
|
|
|
![git difftool example](git-vimdiff-example.PNG)
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
... | ... | |