Last active
August 29, 2015 14:16
-
-
Save benzap/5ac3a1e9b275f5cc15a8 to your computer and use it in GitHub Desktop.
compare the hashes between two files in two branches
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 diff {git ls-tree master ./blank.htm | cut -f1 | cut -d ' ' -f3} {git ls-tree feature-nyc/IGM-296 ./blank.htm | cut -f1 | cut -d ' ' -f3} |
Author
benzap
commented
Feb 26, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment