summaryrefslogtreecommitdiff
path: root/doc/todo/Workflow_guide.mdwn
diff options
context:
space:
mode:
authorGravatar Adam000 <Adam000@web>2016-09-15 09:28:55 +0000
committerGravatar admin <admin@branchable.com>2016-09-15 09:28:55 +0000
commitdf95f49cf5b095d1e5f225cdcab5707e13afdb52 (patch)
tree1856762d5b6c5c3744692a0b4cda7174e44e4e8e /doc/todo/Workflow_guide.mdwn
parent3b73f01f8cd5cf864fc078b306548a93295c4ce2 (diff)
Diffstat (limited to 'doc/todo/Workflow_guide.mdwn')
-rw-r--r--doc/todo/Workflow_guide.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/Workflow_guide.mdwn b/doc/todo/Workflow_guide.mdwn
new file mode 100644
index 000000000..5cc971b13
--- /dev/null
+++ b/doc/todo/Workflow_guide.mdwn
@@ -0,0 +1,15 @@
+I try to use git annex, but I frequently don't know if I'm doing things correctly, and my files are getting messed up.
+
+An expert guide to the full workflow would go a long way toward user-friendliness for me. The walkthrough currently has guides to a number discrete items in the workflow, but it doesn't give me a clear sense of the process.
+
+I'm always confused about when I'm supposed to be using pure git commands and when they should be git annex commands, when to commit, add, and sync --content, and when each of these is redundant.
+
+If possible, most helpful would be a guide to how you imagine the workflow from the beginning and including each step of the process, in the order you'd do it.
+
+I want to start keeping track of some files I have in a directory
+I want to copy them to a second computer.
+From a third place, I want to get them from the second computer.
+I change the files on one computer, and I want to make sure the changes get synced to the others.
+What are the commands you'd run at each step?
+
+Many thanks.