package
2.8.0
Repository: https://github.com/ldez/go-git-cmd-wrapper.git
Documentation: pkg.go.dev

# Functions

AheadBehind Display or do not display detailed ahead/behind counts for the branch relative to its upstream branch.
Branch Show the branch and tracking info even in short-format.
Column Display untracked files in columns.
FindRenames Turn on rename detection, optionally setting the similarity threshold.
Ignored Show ignored files as well.
IgnoreSubmodules Ignore changes to submodules when looking for changes.
Long Give the output in the long-format.
NoAheadBehind Display or do not display detailed ahead/behind counts for the branch relative to its upstream branch.
NoColumn Display untracked files in columns.
NoRenames Turn on/off rename detection regardless of user configuration.
Null Terminate entries with NUL, instead of LF.
PathSpec <pathspec>..
Porcelain Give the output in an easy-to-parse format for scripts.
Renames Turn on/off rename detection regardless of user configuration.
Short Give the output in the short-format.
ShowStash Show the number of entries currently stashed away.
UntrackedFiles Show untracked files.
Verbose In addition to the names of files that have been changed, also show the textual changes that are staged to be committed (i.e., like the output of git diff --cached).