Fixed typo: changed "copy" to "copies" in "two copy"
This commit is contained in:
parent
72e28dca89
commit
e1321076cf
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ disk space, is a horrible idea. The general antipattern is:
|
||||||
mv repoB/.git/annex repoB/.git/annex.bak
|
mv repoB/.git/annex repoB/.git/annex.bak
|
||||||
ln -s repoA/.git/annex repoB/.git/annex
|
ln -s repoA/.git/annex repoB/.git/annex
|
||||||
|
|
||||||
This is bad because git-annex will believe it has two copy of the
|
This is bad because git-annex will believe it has two copies of the
|
||||||
files and then would let you drop the single copy, therefore leading
|
files and then would let you drop the single copy, therefore leading
|
||||||
to data loss.
|
to data loss.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue