mlange-42 / git-graph

Command line tool to show clear git graphs arranged for your branching model
MIT License
517 stars 20 forks source link

Adds instructions on README.md to use the git-graph.toml config file #70

Open KarlHeitmann opened 1 year ago

KarlHeitmann commented 1 year ago

It took me some time to figure out how to use the git-graph.toml file with the default configuration for --model <model>, I've had to read the code to figure out where to put the config file.

This PR provides a sample git-graph.toml.sample file and instructions where to copy and paste it.

mlange-42 commented 1 year ago

This may not be needed. See this suggestion: https://github.com/mlange-42/git-graph/pull/71#issuecomment-1623253021