Skip to content

Instantly share code, notes, and snippets.

@RomanSteinberg
Created September 18, 2018 13:29
Show Gist options
  • Save RomanSteinberg/b7951179e05282c43bcf78f34c3529b7 to your computer and use it in GitHub Desktop.
Save RomanSteinberg/b7951179e05282c43bcf78f34c3529b7 to your computer and use it in GitHub Desktop.
log commit hash
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