Skip to content

Instantly share code, notes, and snippets.

@gorenje
Created June 30, 2011 16:51
Show Gist options
  • Save gorenje/1056648 to your computer and use it in GitHub Desktop.
Save gorenje/1056648 to your computer and use it in GitHub Desktop.
git diffs for file-only and commits between branches
# arguments are: <branch1>..<branch2> is the argument
alias git-commit-diff="git log --pretty=oneline"
alias git-diff-commits=git-diff-commits
alias git-diff-file-names='git diff --name-status'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment