summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-14 13:32:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-14 13:32:13 -0400
commit2b24e16a633575703a43e1fb991f34b290a1d7e4 (patch)
tree8533b071098778ee1616994377b9f217604a5a2f
parent72484839220f90463ebeb36b07e4427140726104 (diff)
typo
-rw-r--r--doc/forum/syncing_non-git_trees_with_git-annex/comment_1_7f9593bdfd95e4a8814e6cc5c44619e6._comment2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/syncing_non-git_trees_with_git-annex/comment_1_7f9593bdfd95e4a8814e6cc5c44619e6._comment b/doc/forum/syncing_non-git_trees_with_git-annex/comment_1_7f9593bdfd95e4a8814e6cc5c44619e6._comment
index c1b9cfa37..bdec50879 100644
--- a/doc/forum/syncing_non-git_trees_with_git-annex/comment_1_7f9593bdfd95e4a8814e6cc5c44619e6._comment
+++ b/doc/forum/syncing_non-git_trees_with_git-annex/comment_1_7f9593bdfd95e4a8814e6cc5c44619e6._comment
@@ -17,7 +17,7 @@ mv b old_b
git clone a b
cd b
mv ../old_b .
-git annex add old_b --exclude --not '*.avi'
+git annex add old_b --not --exclude '*.avi'
</pre>
Or, a third way would be to commit A to a branch like branchA and B to a separate branchB, and not merge the branches at all.