comment
authorJoey Hess <joeyh@joeyh.name>
Fri, 29 Jan 2021 19:42:37 +0000 (15:42 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 29 Jan 2021 19:42:37 +0000 (15:42 -0400)
doc/forum/Git-annex_with_dumb_FAT32_devices_not_a_valid_use_case__63__/comment_7_2d9460736189575a8af99c50557a8e50._comment [new file with mode: 0644]

diff --git a/doc/forum/Git-annex_with_dumb_FAT32_devices_not_a_valid_use_case__63__/comment_7_2d9460736189575a8af99c50557a8e50._comment b/doc/forum/Git-annex_with_dumb_FAT32_devices_not_a_valid_use_case__63__/comment_7_2d9460736189575a8af99c50557a8e50._comment
new file mode 100644 (file)
index 0000000..89c86e4
--- /dev/null
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 7"""
+ date="2021-01-29T19:39:24Z"
+ content="""
+It's not a repo version, it's a kind of special remote that just accesses a
+tree of files on the device as if it were a git repo but without all the
+baggage.
+
+       git annex initremote myusbkey type=directory directory=/media/me/foo encryption=none importtree=yes exporttree=yes 
+       git annex import master --from myusbkey
+       git merge myusbkey/master
+       git annex export master --to myusbkey
+"""]]