typo
This commit is contained in:
parent
7248483922
commit
2b24e16a63
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ mv b old_b
|
||||||
git clone a b
|
git clone a b
|
||||||
cd b
|
cd b
|
||||||
mv ../old_b .
|
mv ../old_b .
|
||||||
git annex add old_b --exclude --not '*.avi'
|
git annex add old_b --not --exclude '*.avi'
|
||||||
</pre>
|
</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.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue