ftag.git_check#

Exceptions#

GitError

Common base class for all non-exit exceptions.

Functions#

Module Contents#

exception ftag.git_check.GitError#

Bases: Exception

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

ftag.git_check.is_git_repo(path) bool#
ftag.git_check.check_for_uncommitted_changes(path) None#
ftag.git_check.check_for_fork(path, upstream) None#
ftag.git_check.create_and_push_tag(path, upstream, tagname, msg) None#
ftag.git_check.get_git_hash(path)#