diff options
author | chocolate.camera@ec2ecab153906be21ac5f36652c33786ad0e0b60 <chocolatecamera@web> | 2017-09-24 06:15:48 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-09-24 06:15:48 +0000 |
commit | 02cf06b2668042791bfc58071f1daefaa56b8f75 (patch) | |
tree | 86da927785d5c0776593767f9219b1ec662174d8 | |
parent | 78d4a31903586c7d0a4453c48a1b4f303b73e6ca (diff) |
How to add files to direct mode git-annex repos and have them propagate to other repos?
-rw-r--r-- | doc/forum/Add_files_to_direct_mode_repos.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/Add_files_to_direct_mode_repos.mdwn b/doc/forum/Add_files_to_direct_mode_repos.mdwn new file mode 100644 index 000000000..a5cb2d691 --- /dev/null +++ b/doc/forum/Add_files_to_direct_mode_repos.mdwn @@ -0,0 +1 @@ +I started a git annex repo in a crippled filesystem (FAT32). I git-annex-add'ed some files but then I learned one cannot then git-commit them if on a direct mode repo (“fatal: This operation must be run in a work tree”). How do I add files in a crippled filesystem and then have them propagate to other repost if numcopies > 1? |