diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-29 11:42:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-29 11:42:00 -0400 |
commit | b3aaf980e460c2287fc1ef2b262685b1879e6ed0 (patch) | |
tree | f7f02ff6350cbf7f4470c696b5a6366c88350fa5 /doc/git-annex.mdwn | |
parent | fb7663ceb86b309dd223ebc113c8b586955a0e03 (diff) |
--force will cause add, etc, to operate on ignored files.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 12756d802..177df0952 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -314,7 +314,8 @@ Many git-annex commands will stage changes for later `git commit` by you. * --force Force unsafe actions, such as dropping a file's content when no other - source of it can be verified to still exist. Use with care. + source of it can be verified to still exist, or adding ignored files. + Use with care. * --fast |