blob: 85a7d50a6bf1c1c74b11bef7004f2a766ae35449 (
plain)
1
2
3
4
5
6
|
You can always drop files safely. Git-annex checks that some other annex
has the file before removing it.
# git annex drop iso/debian.iso
drop iso/Debian_5.0.iso ok
# git commit -a -m "freed up space"
|