This is a Docker configuration that helps using Commitizen.
Use the .gitconfig.example file and fill your credentials. This is needed for git to work inside the Docker Container.
All the commands are inside this file. You can modify
IMAGE_COMMITIZEN
and RUN_COMMITIZEN
variables to suit your needs.
This command will build the container
. And rename `.gitconfig.example
to .gitconfig
.
This command will execute commitizen inside the container.
You could also use the provided alias git cz
to trigger this command. Be sure to use git add
before using the commitizen flow.