From 8bec6e80702670c1c5eadacc622a02f4245239d5 Mon Sep 17 00:00:00 2001 From: David Rios Date: Sat, 30 May 2026 18:00:59 -0300 Subject: [PATCH] Initital commit --- .gitattributes | 2 ++ README.md | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md 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 . +```