Ejemplo n.º 1
0
def git_version_str():
    """Returns the current GIT version"""
    return git.version().strip()
Ejemplo n.º 2
0
def git_version_str():
    """Returns the current GIT version"""
    return git.version()
Ejemplo n.º 3
0
def git_version_str():
    """Returns the current GIT version"""
    return git.version()[STDOUT].strip()
Ejemplo n.º 4
0
def git_version():
    """Returns the current GIT version"""
    return git.version().split()[-1]