diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-25 14:34:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-25 14:34:07 -0400 |
commit | b57a4566d3468f713ad369fc5f41778dfd133f0f (patch) | |
tree | 78aeff44cd6723f92274dd145659600b796e6707 | |
parent | b203a68cb75c585b7e8b0b70f46278b41fef2fad (diff) |
mention that add --force adds ignored files
-rw-r--r-- | doc/git-annex.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 59da9dd8c..9ea7dce97 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -64,6 +64,7 @@ subdirectories). Adds files in the path to the annex. Files that are already checked into git, or that git has been configured to ignore will be silently skipped. + (Use --force to add ignored files.) * get [path ...] |