We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3769f40 commit e5280a4Copy full SHA for e5280a4
README.md
@@ -40,8 +40,8 @@ commit
40
41
## Config file
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`.
+You can add a config file to project directory `.checkout-config.json` to override the default values.
+Alternatively, you can add a global config file to your home directory `~/.checkout-config.json`.
45
46
```json
47
{
cmd/checkout/config.go
@@ -24,7 +24,7 @@ type config struct {
24
Boards []board `json:"boards"`
25
}
26
27
-const configFile = ".git-commands.json"
+const configFile = ".checkout-config.json"
28
29
var defaultBranchTypes = []list.Item{
30
branchType{"FEAT", "A new feature"},
0 commit comments