summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar spwhitton <spwhitton@web>2012-12-08 10:51:07 +0000
committerGravatar admin <admin@branchable.com>2012-12-08 10:51:07 +0000
commit7864e92bdaf01838eab279f79f90015e86b20bb0 (patch)
tree9aa85d851d9d4591c0e9189e47dacff2ad137e3f
parent1f9ab3c74ceacddefd13bd631a7ab60ac10e502f (diff)
-rw-r--r--doc/forum/External_drive_syncs_git-annex_branch_but_not_master_branch.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/External_drive_syncs_git-annex_branch_but_not_master_branch.mdwn b/doc/forum/External_drive_syncs_git-annex_branch_but_not_master_branch.mdwn
new file mode 100644
index 000000000..76294b6a6
--- /dev/null
+++ b/doc/forum/External_drive_syncs_git-annex_branch_but_not_master_branch.mdwn
@@ -0,0 +1 @@
+I have an external HDD which I setup as a remote manually before I started using the assistant. When I plug it in files sync fine and the git-annex branch gets synced, but the master branch doesn't; git annex sync doesn't do the job and I have to run git pull. This is annoying because it means that portable drive is useless as a backup, since it doesn't have the required metadata; I have to manually git pull to make it a useful backup. How can I make the assistant sync the metadata in--if not the master branch, at least origin/master so I could merge later without the remote available. Thanks.