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
suggests to mount the current directory to /usr/src/project. But in the Dockerfile, the WORKDIR is set to /app and hence docker run -v $(pwd):/usr/src/project commitizen/commitizen git status raises
fatal: not a git repository (or any of the parent directories): .git