Skip to content

Instantly share code, notes, and snippets.

@jefffederman
Created October 28, 2010 21:58
Show Gist options
  • Save jefffederman/652415 to your computer and use it in GitHub Desktop.
Save jefffederman/652415 to your computer and use it in GitHub Desktop.
List files that have changes between two Git branches
git diff --name-status {branch-1}..{branch-2}
e.g., git diff --name-status master..my_new_branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment