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

# Functions

Add git remote add [-t <branch>] [-m <master>] [-f] [--[no-]tags] [--mirror=<fetch|push>] <name> <url>.
AddOpt [--add].
All [--all].
Auto -a | --auto.
Delete -d | --delete.
DryRun [-n | --dry-run].
Fetch [-f].
GetURL git remote get-url [--push] [--all] <name>.
Master [-m <master>].
Mirror [--mirror=<fetch|push>].
NoTags [--no-tags].
Prune git remote prune [-n | --dry-run] <name>…​.
PruneOpt [-p | --prune].
Push [--push].
Remove git remote remove <name>.
Rename git remote rename <old> <new>.
SetBranches git remote set-branches [--add] <name> <branch>…​.
SetHead git remote set-head <name> (-a | --auto | -d | --delete | <branch>).
SetURL git remote set-url [--push] <name> <newurl> [<oldurl>] git remote set-url --add [--push] <name> <newurl> git remote set-url --delete [--push] <name> <url>.
Show git remote [-v | --verbose] show [-n] <name>…​.
Tags [--tags].
Track [-t <branch>].
Verbose [-v | --verbose].