Created
June 29, 2020 15:43
-
-
Save khenidak/fcc92c158fe16455913083a2baf20baa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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