MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / NotAGitProjectError

Class NotAGitProjectError

commitizen/exceptions.py:93–97  ·  view source on GitHub ↗

Not in a git project

Source from the content-addressed store, hash-verified

91
92
93class NotAGitProjectError(CommitizenException):
94 """Not in a git project"""
95
96 exit_code = ExitCode.NOT_A_GIT_PROJECT
97 message = "fatal: not a git repository (or any of the parent directories): .git"
98
99
100class MissingCzCustomizeConfigError(CommitizenException):

Callers 6

__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…