Git-diffing Excel files, part 2
Posted on Tue 02 January 2018 in Tools • Tagged with git, diff, excel
I previously wrote about how to get a useful diff for binary Excel files that reside in a Git repository.
This post adds some details that are big enough to deserve a separate post. They are:
- User-level configuration of Excel diffing.
- How to get an Excel diff from
git show …
Continue reading