You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Required if there's no commiter.yml or commit-helper.yml file.
111
111
-d, --debug Toggles debug option
112
112
113
113
```
@@ -124,7 +124,7 @@ Or if you are using this for the first time in your project:
124
124
$ commit --convention tagged
125
125
```
126
126
127
-
To work even more smoothly, have in your working directory a file named **commiter.yml**. In this file you must pass the commit convention that you want to use, following the example:
127
+
To work even more smoothly, have in your working directory a file named **commiter.yml or commit-helper.yml**. In this file you must pass the commit convention that you want to use, following the example:
In case that you or your organization does already have a commit convention that is not listed above, you can configure it in the commiter.yml file as following:
149
+
In case that you or your organization does already have a commit convention that is not listed above, you can configure it in the commiter.yml or commit-helper.yml file as following:
0 commit comments