remote

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2017 License: Apache-2.0 Imports: 2 Imported by: 11

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

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(g *types.Cmd)

func Fetch

func Fetch(g *types.Cmd)

func Master

func Master(symRef string) func(*types.Cmd)

func Mirror

func Mirror(option string) func(*types.Cmd)

func Name

func Name(name string) func(*types.Cmd)

func NoTags

func NoTags(g *types.Cmd)

func Tags

func Tags(g *types.Cmd)

func Track

func Track(branch string) func(*types.Cmd)

func URL

func URL(url string) func(*types.Cmd)

func Verbose

func Verbose(g *types.Cmd)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL