Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DryRun flag DryRun bool // Force ignores dirty repo Force bool // Quiet flag Quiet bool // Verbose level Verbose int // GitBin path GitBin = "git" // Stdout writer Stdout io.Writer = os.Stdout // Stderr writer Stderr io.Writer = os.Stderr // Stdin reader Stdin io.Reader = os.Stdin )
View Source
var ( // Scheme git, https or ssh Scheme = "https" // Host git Host = "github.com" // User git User *url.Userinfo // = url.User("git") )
Functions ¶
func CheckRemote ¶
CheckRemote URL of an existing repository
Types ¶
Click to show internal directories.
Click to hide internal directories.