Skip to content

Instantly share code, notes, and snippets.

@khenidak
Created June 29, 2020 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khenidak/fcc92c158fe16455913083a2baf20baa to your computer and use it in GitHub Desktop.
Save khenidak/fcc92c158fe16455913083a2baf20baa to your computer and use it in GitHub Desktop.
git log --pretty=format:"%h" <base branch>..<target branch> | xargs -I {} git diff-tree -v --name-status -r {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment