This commit is contained in:
chris.forum.email@596f849a9d27c1f0bcdd653d1d2dc992f21ce603 2015-06-26 11:21:37 +00:00 committed by admin
parent 820abd4a33
commit 3969db2941

View file

@ -0,0 +1,31 @@
Hi,
I'm working on a game project (Unity3D) which I want to use git-annex for all those binary assets,
but I still want to be able to commit normal code files in git,
is there a way to do that?
below is what I tried (but failed) to do.
Thanks.
Chris
C:\Users\Chris\Projects\testing>git annex init "testing"
init testing
Detected a filesystem without fifo support.
Disabling ssh connection caching.
Detected a crippled filesystem.
Enabling direct mode.
ok
(recording state in git...)
C:\Users\Chris\Projects\testing>echo test > testing.txt
C:\Users\Chris\Projects\testing>git add testing.txt
fatal: This operation must be run in a work tree