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

# Functions

Abbrev use <n> digits to display SHA-1s --abbrev[=<n>].
All list both remote-tracking and local branches -a, --all.
BranchName branch name.
Color use colored output --color[=<when>].
Column list branches in columns --column[=<style>].
Contains print only branches that contain the commit --contains <commit>.
CreateReflog create the branch's reflog -l, --create-reflog.
Delete delete fully merged branch -d, --delete.
DeleteForce delete branch (even if not merged) -D.
EditDescription edit the description for the branch --edit-description.
Force force creation, move/rename, deletion -f, --force.
Format format to use for the output --format <format>.
IgnoreCase sorting and filtering are case insensitive -i, --ignore-case.
List list branch names --list.
Merged print only branches that are merged --merged <commit>.
Move move/rename a branch and its reflog -m, --move.
MoveForce move/rename a branch, even if target exists -M.
NoContains print only branches that don't contain the commit --no-contains <commit>.
NoMerged print only branches that are not merged --no-merged <commit>.
PointsAt print only branches of the object --points-at <object>.
Quiet suppress informational messages-q, --quiet.
Remotes act on remote-tracking branches -r, --remotes.
SetUpstream change upstream info --set-upstream.
SetUpstreamTo change the upstream info -u, --set-upstream-to <upstream>.
Sort field name to sort on --sort <key>.
Track set up tracking mode (see git-pull(1))-t, --track.
UnsetUpstream change the upstream info -u, --set-upstream-to <upstream>.
Verbose show hash and subject, give twice for upstream branch -v, --verbose.