Skip to content

Commit

Permalink
mdcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Nov 15, 2024
1 parent 8b7a761 commit 991bfcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,14 @@ git-diff-x --help
```

#### Examples <a id="git-diff-x-examples"></a>
Compare line-count (`wc -l`) of this README, before and after commit `f16b2f0`:
<!-- `bmdf -- git-diff-x -r f16b2f0^..f16b2f0 'wc -l' README.md` -->
Compare line-count (`wc -l`) of this README, before and after commit `8b7a761`:
<!-- `bmdf -- git-diff-x -r 8b7a761^..8b7a761 'wc -l' README.md` -->
```bash
git-diff-x -r 'f16b2f0^..f16b2f0' 'wc -l' README.md
git-diff-x -r '8b7a761^..8b7a761' 'wc -l' README.md
# 1c1
# < 16
# ---
# > 170
# > 206
```


Expand Down

0 comments on commit 991bfcc

Please sign in to comment.