package
0.0.0-20240206162536-b1c58122d943
Repository: https://github.com/craiggwilson/goke.git
Documentation: pkg.go.dev
# Functions
Branch returns the current branch of the git repository in the current working directory.
HEADMessage returns the commit message of the commit referenced by current HEAD.
SHA1 returns the current sha1 for the HEAD commit of the git repository in the current working directory.
TagAndCommitsSince returns the latest tag on the current branch and the number of commits since the tag of the git repository in the current working directory.