diff options
author | mark@6b90344cdab3158eacb94a3944460d138afc9bef <mark@web> | 2016-02-05 17:32:22 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-02-05 17:32:22 +0000 |
commit | 08e91b33f0b4f7a7042eddb6b5fd36c4cc5df520 (patch) | |
tree | 4065213a20877d9c731cc5f722e4eaccb91575bd | |
parent | b7500b21170b92b09fb76694ae7bd4ca7544e850 (diff) |
Added a comment
-rw-r--r-- | doc/forum/Multisession_compatible__63__/comment_4_b7148c3afd31ce1effd135a4f7c92dbc._comment | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Multisession_compatible__63__/comment_4_b7148c3afd31ce1effd135a4f7c92dbc._comment b/doc/forum/Multisession_compatible__63__/comment_4_b7148c3afd31ce1effd135a4f7c92dbc._comment new file mode 100644 index 000000000..6d0129fe6 --- /dev/null +++ b/doc/forum/Multisession_compatible__63__/comment_4_b7148c3afd31ce1effd135a4f7c92dbc._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="mark@6b90344cdab3158eacb94a3944460d138afc9bef" + nickname="mark" + subject="comment 4" + date="2016-02-05T17:32:22Z" + content=""" +Thanks again. Good information. + +So does \"git annex sync\" do any branch checkout? + +I'm using git annex to manage regression test outputs for audio. I don't want \"git annex sync\" because I want annex gets, etc. to be basically automatic. But I need to make sure when a test starts that the git-annex branch is up-to-date in case updated reference outputs were checked in elsewhere. So I want to sync the git-annex branch (but not the master because someone maybe locally testing code changes to vet the impact). I'm not a git expert, but it appears that you can't pull (or more specifically merge) outside of your working directory, so I'm simply switching branches to pull/push the git annex branch, but as we've discussed that isn't multisession safe. + +So, if you're able to do the git annex sync without a branch checkout, then there is hope that I can do a subset (just a sync of the git-annex branch) without a branch checkout. + +If I'm displaying a fundamental misunderstanding or missing something obvious, I'm all ears. +"""]] |