mirror of
https://github.com/git/git.git
synced 2024-11-02 07:17:58 +01:00
7 lines
147 B
Text
7 lines
147 B
Text
|
$ git diff -r --stat initial..side
|
||
|
dir/sub | 2 ++
|
||
|
file0 | 3 +++
|
||
|
file3 | 4 ++++
|
||
|
3 files changed, 9 insertions(+), 0 deletions(-)
|
||
|
$
|