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

NAME

6       git-annex-merge - merge changes from remotes
7

SYNOPSIS

9       git annex merge [branch]
10

DESCRIPTION

12       When  run  without  any parameters, this performs the same merging (and
13       merge conflict resolution) that is done by the sync command, but  with‐
14       out pushing or pulling any data.
15
16       When  a  branch  to  merge is specified, this merges it, using the same
17       merge conflict resolution as the sync command. This is especially  use‐
18       ful  on  an  adjusted branch, because it applies the same adjustment to
19       the branch before merging it.
20
21       When annex.resolvemerge is set to false, merge conflict resolution will
22       not be done.
23

SEE ALSO

25       git-annex(1)
26
27       git-annex-sync(1)
28
29       git-annex-adjust(1)
30

AUTHOR

32       Joey Hess <id@joeyh.name>
33
34                                                            git-annex-merge(1)
Impressum