Skip to content

vhotspur/3d-things

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backup for my 3D creations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published