1git-annex-direct(1) General Commands Manual git-annex-direct(1)
2
3
4
6 git-annex-direct - switch repository to direct mode
7
9 git annex direct
10
12 Switches a repository to use direct mode, where rather than symlinks to
13 files, the files are directly present in the repository.
14
15 As part of the switch to direct mode, any changed files will be commitâ
16 ted.
17
18 Note that git commands that operate on the work tree will refuse to run
19 in direct mode repositories. Use git annex proxy to safely run such
20 commands.
21
22 Note that the direct mode/indirect mode distinction is removed in v6
23 git-annex repositories. In such a repository, you can use git-
24 annex-unlock(1) to make a file's content be directly present. You can
25 also use git-annex-adjust(1) to enter a branch where all annexed files
26 are unlocked, which is similar to the old direct mode.
27
29 git-annex(1)
30
31 git-annex-indirect(1)
32
33 git-annex-unlock(1)
34
35 git-annex-adjust(1)
36
38 Joey Hess <id@joeyh.name>
39
40 git-annex-direct(1)