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
Users who are trying to create a commit are typically not aware of how to fix a gitlint warning.
For example score mandates a "<lower_case_prefix>:" for commits and a commit body.
The warning should mention how to change the commit message and overwrite the old commit (force push).
Users who are trying to create a commit are typically not aware of how to fix a gitlint warning.
For example score mandates a "<lower_case_prefix>:" for commits and a commit body.
The warning should mention how to change the commit message and overwrite the old commit (force push).
Bonus: consider checking such rules pre-commit!
example: #206
The text was updated successfully, but these errors were encountered: