Created
July 6, 2017 02:40
-
-
Save mastazi/0b1865a3111ce34e5b32abd95bcd1c4f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// M4L .als files are just gzipped XMLs, so you can either have in git the uncompressed versions | |
// (just gunzip everything after saving and before add and commit, and in .gitignore add *.als), | |
// or | |
// you can have a .gitattributes file in the root of your git project with the following line in it: | |
*.als diff=gzip | |
// Now you can view diffs as textual diffs of XML files, and you can view log output similarly. | |
// source: https://www.ableton.com/answers/i-want-to-use-git-with-live (comment from user "blear") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment