Skip to content

Commit e5280a4

Browse files
committed
change config file name to checkout-config.json
1 parent 3769f40 commit e5280a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ commit
4040

4141
## Config file
4242

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`.
4545

4646
```json
4747
{

cmd/checkout/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type config struct {
2424
Boards []board `json:"boards"`
2525
}
2626

27-
const configFile = ".git-commands.json"
27+
const configFile = ".checkout-config.json"
2828

2929
var defaultBranchTypes = []list.Item{
3030
branchType{"FEAT", "A new feature"},

0 commit comments

Comments
 (0)