aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Adding_normal___40__non-annexed__41___files_in_Windows.mdwn
blob: b9d118cd81a41249e2be892f8e4fb3dc356d86d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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