git-guide icon indicating copy to clipboard operation
git-guide copied to clipboard

Add a new example to show changes between commits (--name-only)

Open ftena opened this issue 9 years ago • 0 comments

Many times I found myself looking for this option when I need to show changes between commits.

I think it'd useful for many users who read the git guide.

So we had something like git diff --name-only <source_branch> <target_branch>

ftena avatar May 27 '15 11:05 ftena