summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://www.ryantm.com/ <http://www.ryantm.com/@web>2015-09-08 14:46:03 +0000
committerGravatar admin <admin@branchable.com>2015-09-08 14:46:03 +0000
commit49c76000222ac96473300a95ba1a98b0eeda0e65 (patch)
tree62055ef08278ac923bed03bf09c8118dc4f5c9b6
parent1b8932965594bfa48b0692e22aee6a65f6ae87ad (diff)
Added a comment: Possible workaround
-rw-r--r--doc/forum/Can_Not_Sync_to_Git_Repo/comment_14_d2bb44a7607f3b2cddfd98cc2fa456d6._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Can_Not_Sync_to_Git_Repo/comment_14_d2bb44a7607f3b2cddfd98cc2fa456d6._comment b/doc/forum/Can_Not_Sync_to_Git_Repo/comment_14_d2bb44a7607f3b2cddfd98cc2fa456d6._comment
new file mode 100644
index 000000000..de76cc210
--- /dev/null
+++ b/doc/forum/Can_Not_Sync_to_Git_Repo/comment_14_d2bb44a7607f3b2cddfd98cc2fa456d6._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="http://www.ryantm.com/"
+ subject="Possible workaround"
+ date="2015-09-08T14:46:03Z"
+ content="""
+The `git annex checkout annex/direct/master` workaround mentioned above did not work for me, but this did:
+
+git annex indirect
+git annex direct
+
+after that, my repo was on the annex/direct/master branch
+"""]]