mention --force

This commit is contained in:
https://id.koumbit.net/anarcat 2013-09-10 19:51:00 +00:00 committed by admin
parent e172f87fd8
commit 636563fd1b

View file

@ -69,3 +69,5 @@ It is quite possible some files were removed (or renamed!) on `marcos` but not o
This will show files that are on `angela` and not on `marcos`. They could be new files that were only added on `angela`, so be careful! A manual analysis is necessary, but let's say you are certain those files are not relevant anymore, you can delete them from `angela`: This will show files that are on `angela` and not on `marcos`. They could be new files that were only added on `angela`, so be careful! A manual analysis is necessary, but let's say you are certain those files are not relevant anymore, you can delete them from `angela`:
git annex drop <file> git annex drop <file>
If the file is a renamed or modified version from the original, you may need to use `--force`, but be careful! If you delete the wrong file, it will be lost forever!