diff options
-rw-r--r-- | doc/forum/syncing_non-git_trees_with_git-annex/comment_1_7f9593bdfd95e4a8814e6cc5c44619e6._comment | 2 |
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. |