Categorygithub.com/kevinburke/go-git
modulepackage
0.0.0-20220520045906-9c1360549bac
Repository: https://github.com/kevinburke/go-git.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CurrentBranch returns the name of the current Git branch.
RemoteURL returns a Remote object with information about the given Git remote.
ParseRemoteURL takes a git remote URL and returns an object with its component parts, or an error if the remote cannot be parsed.
Root returns the root directory of the current Git repository, or an error if you are not in a git repository.
Tip returns a short (usually 6 to 8 byte) SHA of the given Git branch.
Tip returns the SHA of the given Git branch.

# Constants

No description provided by the author
No description provided by the author

# Structs

A remote URL.

# Type aliases

No description provided by the author