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
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
This tool should be callable by using the command
git cc
This is possible by simply adding an executable to your path such as
git-refresh
to creategit refresh
. See these articles for reference [1] [2]Solution
Modify
pyproject.toml
as follows[tool.poetry.scripts] gitcommit = "gitcommit.gitcommit:main" + git-cz = "gitcommit.gitcommit:main"
The text was updated successfully, but these errors were encountered: