Lix – universal version control system for binary files
1–10 of 59 posts
Re: Lix – universal version control system for binary files
#2Re: Lix – universal version control system for binary files
#3Re: Lix – universal version control system for binary files
#4Re: Lix – universal version control system for binary files
#5Re: Lix – universal version control system for binary files
#6Git is a command line program so it feels strange that this doesn't seem to support that use case.
Re: Lix – universal version control system for binary files
#7Edit: Oh I see. Seems like their use case is embedding version control into another application.
Re: Lix – universal version control system for binary files
#8But then the first thing it talks about is diffing files. Which honestly shouldn’t even be a feature of VCS. That’s just a separate layer.
Re: Lix – universal version control system for binary files
#9> Put the following line in your .gitattributes file: *.docx diff=word
> This tells Git that any file that matches this pattern (.docx) should use the “word” filter when you try to view a diff that contains changes. What is the “word” filter? You have to set it up [in .gitconfig].
https://git-scm.com/book/en/v2/Customizing-Git-Git-Attribute...
Re: Lix – universal version control system for binary files
#10Lix is also a soft fork of the official Nix package manager implementation: https://lix.systems/