This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
Setup of this repository follows this article.
In short, following must be done:
- Install Zippey
git config [--global] filter.zippey.smudge "$PATH_TO/zippey.py d"
git config [--global] filter.zippey.clean "$PATH_TO/zippey.py e"
- Add the following to your
gitconfig
:
[diff "zip"]
textconv = unzip -c -a
[core]
attributesfile = ~/.gitattributes
- And the following to
~/.gitattributes
*.FCStd filter=zippey
*.FCStd diff=zip