diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-13 15:44:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-13 15:44:56 -0400 |
commit | 4b9cbd2e52a1b15addf24c12eda7d43fe5b0422c (patch) | |
tree | 0167b5ca00760e57867a0336a0a43b6399fba63d /doc/git-annex.mdwn | |
parent | 7d7732b7f6afc844cc5e2bc2087847801e3426f0 (diff) |
added direct and indirect commands
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 2fbfc5b16..4b4109820 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -263,6 +263,21 @@ subdirectories). settings, and when it exits, stores any changes made back to the git-annex branch. +* direct + + Switches a repository to use direct mode, where rather than symlinks to + files, the files are directly present in the repository. Note that many git + and git-annex commands will not work in direct mode; you're mostly + limited to using "git annex sync" and "git annex get". + + As part of the switch to direct mode, any changed files will be committed. + +* indirect + + Switches a repository back from direct mode to the default, indirect mode. + + As part of the switch from direct mode, any changed files will be committed. + # REPOSITORY MAINTENANCE COMMANDS * fsck [path ...] |