We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d74e6 commit acc3cfcCopy full SHA for acc3cfc
cmd/checkout/config.go
@@ -23,7 +23,7 @@ type config struct {
23
JiraBoards []jiraBoard `json:"jiraBoards"`
24
}
25
26
-const configFile = ".git-tools-2.json"
+const configFile = ".git-commands.json"
27
28
var defaultBranchTypes = []list.Item{
29
branchType{"FEAT", "A new feature"},
0 commit comments