You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. For large graphs consider using the `--squash` option.
442
-
2. For graphs that have multiple branches and tags on the same commits consider using the `--crunch` option.
443
-
3. If you only want to see the combined history of a few branches or tags (like release branches) consider using the `--choose-branch` and `--choose-tag` options to prune the graph.
444
-
4. Use the `--since` option if you don't care about ancient history.
445
-
5. The `--graph-label` option can be useful and can be very simple: `--graph-label 'graph[label="MY LABEL"]'`.
442
+
2. For large graphs consider using the svg-pan-zoom zoom() function when the data is loaded to make the nodes visible.
443
+
3. For graphs that have multiple branches and tags on the same commits consider using the `--crunch` option.
444
+
4. If you only want to see the combined history of a few branches or tags (like release branches) consider using the `--choose-branch` and `--choose-tag` options to prune the graph.
445
+
5. Use the `--since` option if you don't care about ancient history.
446
+
6. The `--graph-label` option can be useful and can be very simple: `--graph-label 'graph[label="MY LABEL"]'`.
0 commit comments