fetch

package
v0.9.0 Latest Latest
Warning

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

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

Documentation

Overview

Fetch https://git-scm.com/docs/git-fetch git fetch [<options>] [<repository> [<refspec>…​]] git fetch [<options>] <group> git fetch --multiple [<options>] [(<repository> | <group>)…​] git fetch --all [<options>] --all --append --depth=<depth> --deepen=<depth> --shallow-since=<date> --shallow-exclude=<revision> --unshallow --update-shallow --dry-run --force --keep --multiple --prune --no-tags --refmap=<refspec> --tags --recurse-submodules[=yes|on-demand|no] --jobs=<n> --no-recurse-submodules --submodule-prefix=<path> --recurse-submodules-default=[yes|on-demand] --update-head-ok --upload-pack <upload-pack> --quiet --verbose --progress --ipv4 --ipv6

<repository> <group> <refspec>

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func All

func All(g *types.Cmd)

func Append

func Append(g *types.Cmd)

func Deepen

func Deepen(depth string) func(*types.Cmd)

func Depth

func Depth(depth string) func(*types.Cmd)

func DryRun

func DryRun(g *types.Cmd)

func Force

func Force(g *types.Cmd)

func Group

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

func IPv4

func IPv4(g *types.Cmd)

func IPv6

func IPv6(g *types.Cmd)

func Jobs

func Jobs(n string) func(*types.Cmd)

func Keep

func Keep(g *types.Cmd)

func Multiple

func Multiple(g *types.Cmd)

func NoRecurseSubmodules

func NoRecurseSubmodules(g *types.Cmd)

func NoTags

func NoTags(g *types.Cmd)

func Progress

func Progress(g *types.Cmd)

func Prune

func Prune(g *types.Cmd)

func Quiet

func Quiet(g *types.Cmd)

func RecurseSubmodules

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

func RecurseSubmodulesDefault

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

func RefMap

func RefMap(refspec string) func(*types.Cmd)

func RefSpec

func RefSpec(ref string) func(*types.Cmd)

func Remote

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

func ShallowExclude

func ShallowExclude(revision string) func(*types.Cmd)

func ShallowSince

func ShallowSince(date string) func(*types.Cmd)

func SubmodulePrefix

func SubmodulePrefix(path string) func(*types.Cmd)

func Tags

func Tags(g *types.Cmd)

func Unshallow

func Unshallow(g *types.Cmd)

func UpdateShallow

func UpdateShallow(g *types.Cmd)

func UploadPack

func UploadPack(pack 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