Documentation
¶
Index ¶
Constants ¶
View Source
const ConfigFlag string = "config"
View Source
const NoStrategy string = "nostrategy" // Let git handle the situation
View Source
const NotIfExist string = "notifexist" // Do not clone if target already exists
View Source
const Overwrite string = "overwrite" // Remove target first if it exists
View Source
const PathFlag string = "path"
View Source
const RemoteFlag string = "remote"
View Source
const RevisionFlag string = "revision"
View Source
const StrategyFlag string = "strategy"
View Source
const VerboseFlag string = "verbose"
Variables ¶
View Source
var ( PreCloningStrategies []string = []string{ NotIfExist, Overwrite, NoStrategy, } )
Functions ¶
Types ¶
type CloneFonfig ¶
Click to show internal directories.
Click to hide internal directories.