Created
September 30, 2019 08:20
-
-
Save AeonFr/fe19033d18f5779ead810fdffdbb01d6 to your computer and use it in GitHub Desktop.
Git diff: creates a list of modified files from one commit to another, and saves it to a file (diff.log)
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
REM Usage: ./git-diff {commit_id_or_tag_name_or_branch_name} | |
git --no-pager diff --compact-summary --stat=255 --diff-algorithm=minimal --name-status %1 HEAD >> diff.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment