commit 8bec6e80702670c1c5eadacc622a02f4245239d5 Author: David Rios Date: Sat May 30 18:00:59 2026 -0300 Initital commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5adf9b1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.blend filter=bale -text +*.png filter=bale -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..98ea0e2 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +Bale for git demo + +Install bale for git client (git-bale) + +Execute: + +``` +git bale install --local +git checkout . +```