diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-27 12:45:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-27 12:45:48 -0400 |
commit | 98e246b49b3c4fed319fe7bc1e900ba20ebfc9e1 (patch) | |
tree | ad49ec6baf1b57f3acc8b694bdfc1bbd0986021f /doc/walkthrough/removing_files.mdwn | |
parent | 9e49a71282def0b6d6f7507d59eb0f805c6e0073 (diff) |
split the walkthrough and inline back together
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" |