File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
41
41
## Config file
42
42
43
- You can add a config file to project directory ` .git-commands .json ` to override the default values.
44
- Alternatively, you can add a global config file to your home directory ` ~/.git-commands .json ` .
43
+ You can add a config file to project directory ` .checkout-config .json ` to override the default values.
44
+ Alternatively, you can add a global config file to your home directory ` ~/.checkout-config .json ` .
45
45
46
46
``` json
47
47
{
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ type config struct {
24
24
Boards []board `json:"boards"`
25
25
}
26
26
27
- const configFile = ".git-commands .json"
27
+ const configFile = ".checkout-config .json"
28
28
29
29
var defaultBranchTypes = []list.Item {
30
30
branchType {"FEAT" , "A new feature" },
You can’t perform that action at this time.
0 commit comments