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
Copy file name to clipboardExpand all lines: commitizen/cli.py
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,12 @@ def __call__(
156
156
"action": "store_true",
157
157
"help": "Tell the command to automatically stage files that have been modified and deleted, but new files you have not told Git about are not affected.",
158
158
},
159
+
{
160
+
"name": ["-e", "--edit"],
161
+
"action": "store_true",
162
+
"default": False,
163
+
"help": "edit the commit message before committing",
0 commit comments