Skip to content
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"