diff options
Diffstat (limited to 'doc/walkthrough/removing_files.mdwn')
-rw-r--r-- | doc/walkthrough/removing_files.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/walkthrough/removing_files.mdwn b/doc/walkthrough/removing_files.mdwn new file mode 100644 index 000000000..85a7d50a6 --- /dev/null +++ b/doc/walkthrough/removing_files.mdwn @@ -0,0 +1,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" |