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

# Functions

Add https://git-scm.com/docs/git-add.
Branch https://git-scm.com/docs/git-branch.
Checkout https://git-scm.com/docs/git-checkout.
Clone https://git-scm.com/docs/git-clone.
Commit https://git-scm.com/docs/git-commit.
Cond apply conditionally some options.
Config https://git-scm.com/docs/git-config.
Debug display command line.
Debugger display command line.
Fetch https://git-scm.com/docs/git-fetch.
Init https://git-scm.com/docs/git-init.
Merge https://git-scm.com/docs/git-merge.
NoOp do nothing.
Pull https://git-scm.com/docs/git-pull.
Push https://git-scm.com/docs/git-push.
Raw use to execute arbitrary commands.
Rebase https://git-scm.com/docs/git-rebase.
Remote https://git-scm.com/docs/git-remote.
Reset https://git-scm.com/docs/git-reset.
RevParse https://git-scm.com/docs/git-rev-parse.
Worktree https://git-scm.com/docs/git-worktree.

# Variables

CmdExecutor Allow to override the Git command call (useful for testing purpose).