summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index e99be4e40..6d106fea4 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -144,6 +144,14 @@ Many git-annex commands will stage changes for later `git commit` by you.
With no parameters, defaults to finding all files in the current directory
and its subdirectories.
+* migrate [path ...]
+
+ Changes the specified annexed files to store their content in the
+ default backend (or the one specified with --backend).
+
+ Note that the content is not removed from the backend it was previously in.
+ Use `git annex unused` to find and remove such content.
+
* unannex [path ...]
Use this to undo an accidental add command. This is not the command you