From a1c0535d0ace5d9be8bb03f6579e6917ded102a3 Mon Sep 17 00:00:00 2001 From: "elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e" Date: Fri, 3 Nov 2017 00:07:33 +0000 Subject: Fixed typo: changed "copy" to "copies" in "two copy" --- doc/tips/antipatterns.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/tips/antipatterns.mdwn b/doc/tips/antipatterns.mdwn index 39c7e24b7..cd8ffaf1a 100644 --- a/doc/tips/antipatterns.mdwn +++ b/doc/tips/antipatterns.mdwn @@ -22,7 +22,7 @@ disk space, is a horrible idea. The general antipattern is: mv repoB/.git/annex repoB/.git/annex.bak 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 to data loss. -- cgit v1.2.3