git_interface.exceptions
Exceptions that could be raised during one of the git commands
- exception git_interface.exceptions.AlreadyExistsException
Bases:
GitExceptionRaised when something already exists could be repository, branch, etc
- exception git_interface.exceptions.BufferedProcessError
Bases:
ExceptionException raised when non-zero return code is found
- exception git_interface.exceptions.DoesNotExistException
Bases:
GitExceptionRaised when something does not exist e.g. tag
- exception git_interface.exceptions.GitException
Bases:
ExceptionParent exception for all git exceptions, used when there is no other exception that fits error
- exception git_interface.exceptions.NoBranchesException
Bases:
GitExceptionRaised when a repository has no branches or none that match a filter
- exception git_interface.exceptions.NoCommitsException
Bases:
GitExceptionRaised when a repository has commits
- exception git_interface.exceptions.NoLogsException
Bases:
GitExceptionRaised when a repository has no logs available
- exception git_interface.exceptions.PathDoesNotExistInRevException
Bases:
GitExceptionRaised when a path does not exist in a repository
- exception git_interface.exceptions.UnknownRefException
Bases:
GitExceptionRaised when a a reference is not found
- exception git_interface.exceptions.UnknownRevisionException
Bases:
GitExceptionRaised when a revision is not found