Documentation
¶
Overview ¶
Remote https://git-scm.com/docs/git-remote
git remote [-v | --verbose] git remote add [-t <branch>] [-m <master>] [-f] [--[no-]tags] [--mirror=<fetch|push>] <name> <url> git remote rename <old> <new> git remote remove <name> git remote set-head <name> (-a | --auto | -d | --delete | <branch>) git remote set-branches [--add] <name> <branch>… git remote get-url [--push] [--all] <name> git remote set-url [--push] <name> <newurl> [<oldurl>] git remote set-url --add [--push] <name> <newurl> git remote set-url --delete [--push] <name> <url> git remote [-v | --verbose] show [-n] <name>… git remote prune [-n | --dry-run] <name>… git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)…]
Index ¶
- func Add(g *types.Cmd)
- func Fetch(g *types.Cmd)
- func Master(symRef string) func(*types.Cmd)
- func Mirror(option string) func(*types.Cmd)
- func Name(name string) func(*types.Cmd)
- func NoTags(g *types.Cmd)
- func Tags(g *types.Cmd)
- func Track(branch string) func(*types.Cmd)
- func URL(url string) func(*types.Cmd)
- func Verbose(g *types.Cmd)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.