Git helper module

class rebasehelper.helpers.git_helper.GitHelper[source]

Class which operates with git repositories

GIT_USER_EMAIL: str = 'rebase-helper@localhost.local'
GIT_USER_NAME: str = 'rebase-helper'
classmethod get_email()[source]
classmethod get_user()[source]
classmethod run_mergetool(repo)[source]