summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2014-09-12 17:26:38 +0000
committerGravatar admin <admin@branchable.com>2014-09-12 17:26:38 +0000
commit19df2b3839286389743f0b2719d00949ece6d5d0 (patch)
tree33d7dbc29d08e9fbf5cf6d5bff76861f293a3e68
parent77bf6d313b2958fe773c16fc1873869f7267e2c9 (diff)
workaround
-rw-r--r--doc/forum/usability:_creating_an_archive_on_a_new_external_drive.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/forum/usability:_creating_an_archive_on_a_new_external_drive.mdwn b/doc/forum/usability:_creating_an_archive_on_a_new_external_drive.mdwn
index d5fd76896..a9dc8b3e3 100644
--- a/doc/forum/usability:_creating_an_archive_on_a_new_external_drive.mdwn
+++ b/doc/forum/usability:_creating_an_archive_on_a_new_external_drive.mdwn
@@ -6,4 +6,8 @@ expected result: i see files
actual result: i see a bare git repository.
-really confusing to me, sorry if it's a dupe... --[[anarcat]
+if i first `git init` the directory so it's not bare, at least i get a better handle on it.
+
+really confusing to me, sorry if it's a dupe...
+
+workaround: use the commandline: `git clone <repo>` and `git annex get`. --[[anarcat]