Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 785 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 785 Bytes

My 3D experiments

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.

Repository setup

Setup of this repository follows this article.

In short, following must be done:

  1. Install Zippey
  2. git config [--global] filter.zippey.smudge "$PATH_TO/zippey.py d"
  3. git config [--global] filter.zippey.clean "$PATH_TO/zippey.py e"
  4. Add the following to your gitconfig:
[diff "zip"]
textconv = unzip -c -a
[core]
attributesfile = ~/.gitattributes
  1. And the following to ~/.gitattributes
*.FCStd filter=zippey
*.FCStd diff=zip