diff options
-rw-r--r-- | doc/git-annex-import.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/git-annex-import.mdwn b/doc/git-annex-import.mdwn index b8c8e5691..69b9a5ebf 100644 --- a/doc/git-annex-import.mdwn +++ b/doc/git-annex-import.mdwn @@ -53,6 +53,12 @@ Several options can be used to adjust handling of duplicate files. Does not import any files, but any files found in the import location that are duplicates are deleted. +* `--force` + + Allow existing files to be overwritten by newly imported files. + + Also, causes .gitignore to not take effect when adding files. + * file matching options Many of the [[git-annex-matching-options]](1) |