diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-09-15 00:37:58 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-09-15 00:37:58 -0400 |
commit | 1e03c449446f60bada1ead9d557628e80f0a1e91 (patch) | |
tree | 0602b6bd87da0f8e39ad0e9deec8049820e44f97 | |
parent | 1f51e4c31db44507d31447ac7d63406918738807 (diff) | |
parent | d0055265ea923413cd97a8132262784021805519 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r-- | doc/forum/Full_workflow_guide.mdwn | 16 | ||||
-rw-r--r-- | doc/forum/Hashes_instead_of_content_in_files.mdwn | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/Full_workflow_guide.mdwn b/doc/forum/Full_workflow_guide.mdwn new file mode 100644 index 000000000..a9b22e53a --- /dev/null +++ b/doc/forum/Full_workflow_guide.mdwn @@ -0,0 +1,16 @@ +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. + +1. I want to start keeping track of some files I have in a directory +2. I want to copy them to a second computer. +3. From a third place, I want to get them from the second computer. +4. 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. diff --git a/doc/forum/Hashes_instead_of_content_in_files.mdwn b/doc/forum/Hashes_instead_of_content_in_files.mdwn new file mode 100644 index 000000000..86614cf40 --- /dev/null +++ b/doc/forum/Hashes_instead_of_content_in_files.mdwn @@ -0,0 +1 @@ +I just cloned from a bare repo. The files I got aren't symlinks, but when I look inside them, they're just text SHA numbers, not the real content of the files. How can I get the real content? |