https://github.com/mdbarr/graphite
Git Graph Visualization
https://github.com/mdbarr/graphite
Last synced: 9 days ago
JSON representation
Git Graph Visualization
- Host: GitHub
- URL: https://github.com/mdbarr/graphite
- Owner: mdbarr
- License: mit
- Created: 2019-08-16T04:31:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:05:32.000Z (over 3 years ago)
- Last Synced: 2025-11-23T07:23:00.736Z (7 months ago)
- Language: JavaScript
- Size: 237 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphite
Git Graph Visualization
```
Usage: graphite [options]
Options:
--version Show version number [boolean]
--background svg background color [string] [default: "#333"]
--data include html data attributes on commits nodes in graph
[boolean] [default: false]
--descriptions include commit descriptions in graph[boolean] [default: false]
--filename file name to use when saving results
[string] [default: "graph.svg"]
--head use the current HEAD instead of primary branch HEAD
[boolean] [default: false]
--labels label commits in graph [boolean] [default: false]
--limit maximum number of commits to follow
[number] [default: Infinity]
--primary primary branch name [string] [default: "master"]
--repository path to the git repository
[string] [default: "/home/mark/repos/graphite"]
--save save results to a file rather than printing to stdout
[boolean] [default: true]
--shape shape to draw for commits in graph
[string] [choices: "circle", "hexagon"] [default: "hexagon"]
--size size of graph rows in pixels [number] [default: 10]
--stashes include stashes in graph [boolean] [default: false]
--strokeWidth stroke width for svg elements in pixels [number] [default: 2]
--textColor svg text color [string] [default: "#FFF"]
--titles include html title attributes on commit nodes in the graph
[boolean] [default: false]
--config Path to JSON config file
-h, --help Show help [boolean]
```