Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ git-graph --help

For **styles** and commit **formatting**, see the [manual](docs/manual.md).

## Config file

There is a sample `git-graph.toml.sample` file provided in this repository containing the default configuration
for `git-graph`.

Copy and paste the file on yout `.git/` folder, change its name to `.git/git-graph.toml` and tweak it to fit your needs

## Custom branching models

Branching models are configured using the files in `APP_DATA/git-graph/models`.
Expand Down
1 change: 1 addition & 0 deletions git-graph.toml.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
model="git-flow"