1git-annex-adjust(1)         General Commands Manual        git-annex-adjust(1)
2
3
4

NAME

6       git-annex-adjust - enter an adjusted branch
7

SYNOPSIS

9       git annex adjust --unlock|--fix
10

DESCRIPTION

12       Enters  an  adjusted form of the current branch. The annexed files will
13       be treated differently. For example with  --unlock  all  annexed  files
14       will be unlocked.
15
16       The  adjusted branch will have a name like "adjusted/master(unlocked)".
17       Since it's a regular git branch, you can use  git  checkout  to  switch
18       back to the original branch at any time.
19
20       While in the adjusted branch, you can use git-annex and git commands as
21       usual. Any commits that you make will initially only  be  made  to  the
22       adjusted branch.
23
24       To  propagate  changes  from  the  adjusted branch back to the original
25       branch, and to other repositories, as well as to merge in changes  from
26       other repositories, use git annex sync.
27
28       This command can only be used in a v6 git-annex repository.
29

OPTIONS

31       --unlock
32
33              Unlock  all  annexed  files  in the adjusted branch. This allows
34              annexed files to be modified.
35
36       --fix  Fix the symlinks to annexed files to  point  to  the  local  git
37              annex  object  directory.  This can be useful if a repository is
38              checked out in an unusual way that prevents the symlinks commit‐
39              ted to git from pointing at the annex objects.
40

SEE ALSO

42       git-annex(1)
43
44       git-annex-unlock(1)
45
46       git-annex-upgrade(1)
47
48       git-annex-sync(1)
49

AUTHOR

51       Joey Hess <id@joeyh.name>
52
53                                                           git-annex-adjust(1)
Impressum