summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-03 14:36:37 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-03 14:36:37 -0400
commit3f9a7374e30274cfe825eb1d474856e153352bb2 (patch)
tree3b6f009b94abff99219de0b594d7fd2ac7644429 /doc/todo
parentf42ef65f65bc8257a0c702d57c7ed0932580c72b (diff)
todo
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/better_git-annex-shell_init_workflow.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/better_git-annex-shell_init_workflow.mdwn b/doc/todo/better_git-annex-shell_init_workflow.mdwn
new file mode 100644
index 000000000..39c25620e
--- /dev/null
+++ b/doc/todo/better_git-annex-shell_init_workflow.mdwn
@@ -0,0 +1,8 @@
+Currently, the workflow for initializing a remote repo has to involve
+manually pushing the git-annex branch to the repo, first. This primes
+git-annex-shell to auto-initialize the repo. Only after that first push,
+can git-annex sync be used. If git-annex sync is run earlier, it will try
+to get the remore uuid, fail, and set annex-ignore.
+
+This should be improved.. It ought to be possible to add a new remote and
+have git-annex sync do everything needed.