Module git

Module git 

Source

Structs§

Error
Git returned bad status, and printed the supplied text to standard error.

Constants§

HEAD

Functions§

git
Runs a git command and returns its combined output.
git_loud
Runs Git, printing the command and its stdout. Primarily useful for debugging.
merge_base
Returns the merge base of two refs.
merge_base_head
Returns the merge base of a ref and HEAD.
upstream
Returns the qualified name of the remote branch being tracked by the specified tracking branch, or None if the branch is not a tracking branch.

Type Aliases§

Result