File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,14 @@ Then add this line to `~/.bash_profile` (or `~/.zshrc`):
119119export GREN_GITHUB_TOKEN=your_token_here
120120```
121121
122+ #### Init
123+
124+ If you need help to create the configuration file, you can run the following command and follow the instructions
125+
126+ ```
127+ gren init
128+ ```
129+
122130## Basic Usage
123131
124132` gren ` gets the repo information directly from the folder where ` git ` is initialised.
Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ The options are the same on specified above but in camelCase *e.g*:
3636}
3737```
3838
39+ If you need help to create the configuration file, you can run the following command and follow the instructions
40+
41+ ```
42+ gren init
43+ ```
44+
3945### Group By
4046
4147Via the configuration file you can have more complex grouping, using labels in a more creative way.
You can’t perform that action at this time.
0 commit comments