git-guide
git-guide copied to clipboard
Add a new example to show changes between commits (--name-only)
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>