1git-annex-fix(1) General Commands Manual git-annex-fix(1)
2
3
4
6 git-annex-fix - fix up links to annexed content
7
9 git annex fix [path ...]
10
12 Fixes up symlinks that have become broken to again point to annexed
13 content.
14
15 This is useful to run manually when you have been moving the symlinks
16 around, but is done automatically when committing a change with git
17 too.
18
19 Also, adjusts unlocked files to be copies or hard links as configured
20 by annex.thin.
21
23 file matching options
24
25 The git-annex-matching-options(1) can be used to specify files
26 to fix.
27
28 Also the git-annex-common-options(1) can be used.
29
31 git-annex(1)
32
33 git-annex-fsck(1)
34
36 Joey Hess <id@joeyh.name>
37
38 git-annex-fix(1)