diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-28 17:26:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-28 17:26:38 -0400 |
commit | 6c31e3a8c3c5ab92ca2e84b4c166f32d02a50f4f (patch) | |
tree | 8f0b857728feca852c7907c2dcb552ff87e8c582 /doc/git-annex.mdwn | |
parent | 33e18d3d02865ac0677fc1f22de2352b92f184a8 (diff) |
drop --from is now supported to remove file content from a remote.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 3dcc11705..dc0b49ab2 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -80,8 +80,9 @@ subdirectories). Drops the content of annexed files from this repository. git-annex will refuse to drop content if it cannot verify it is - safe to do so. At least one copy of content needs to exist in another - remote. This can be overridden with the --force switch. + safe to do so. This can be overridden with the --force switch. + + To drop content from a remote, specify --from. * move [path ...] |