Created
September 18, 2018 13:29
-
-
Save RomanSteinberg/b7951179e05282c43bcf78f34c3529b7 to your computer and use it in GitHub Desktop.
log commit hash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import git | |
repo = git.Repo(search_parent_directories=True) | |
opt_file.write('branch: %s\n' % repo.active_branch) | |
opt_file.write('sha: %s\n' % repo.head.object.hexsha) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment