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