git

package
v0.0.0-...-3a67d40 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GIT_CHECKOUT = "git-checkout"
)
View Source
const (
	GIT_CONFIG = "git-config"
)

Variables

View Source
var Checkout = cli.Command{
	Name: "checkout",
	Description: `
	git checkout
	`,
	Flags: []cli.Flag{
		cli.BoolFlag{
			Name:  "force, f",
			Usage: "overwrite",
		},
		cli.BoolFlag{
			Name:  "remove, r",
			Usage: "remove",
		},
	},
	Action: doCheckout,
}
View Source
var Config = cli.Command{
	Name: "config",
	Description: `
	git config
	`,
	Flags: []cli.Flag{
		cli.BoolFlag{
			Name:  "global, g",
			Usage: "global config",
		},
		cli.BoolFlag{
			Name:  "force, f",
			Usage: "overwrite",
		},
		cli.BoolFlag{
			Name:  "remove, r",
			Usage: "remove",
		},
	},
	Action: doConfig,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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