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

NAME

6       git-annex-map - generate map of repositories
7

SYNOPSIS

9       git annex map
10

DESCRIPTION

12       Helps  you keep track of your repositories, and the connections between
13       them, by going out and looking at all the ones it can get to, and  gen‐
14       erating  a  Graphviz file displaying it all. If the xdot or dot command
15       is available, it is used to display the file to your screen.
16
17       This command only connects to hosts that the host it's run on  can  di‐
18       rectly  connect  to.  It  does  not  try to tunnel through intermediate
19       hosts.  So it might not show all connections between  the  repositories
20       in the network
21
22       Also,  if  connecting  to a host requires a password, you might have to
23       enter it several times as the map is being built.
24
25       Note that this subcommand can be used to graph any git  repository;  it
26       is not limited to git-annex repositories.
27

LEGEND

29       Ovals  are repositories. White is regular, green is trusted, red is un‐
30       trusted, and grey is dead.
31
32       Arrows between repositories are connections via git remotes.
33
34       Light blue boxes are hosts that were mapped, and contain the  reposito‐
35       ries on that host.
36

OPTIONS

38       --fast
39
40              Don't display the generated Graphviz file, but save it for later
41              use.
42
43       Also the git-annex-common-options(1) can be used.
44

SEE ALSO

46       git-annex(1)
47

AUTHOR

49       Joey Hess <id@joeyh.name>
50
51                                                              git-annex-map(1)
Impressum