I am in charge of several Excel files and SQL schema files. How should I perform better document version control on these files?
I need to know the part modified (di
Tante recommended a very simple approach in Managing ZIP-based file formats in Git:
Open your ~/.gitconfig file (create if not existing already) and add the following stanza: [diff "zip"] textconv = unzip -c -a
Open your ~/.gitconfig file (create if not existing already) and add the following stanza:
[diff "zip"] textconv = unzip -c -a