Documentation ¶
Index ¶
- func CheckoutReference(project *dw.Project, projectPath string) error
- func CloneProject(project *dw.Project, projectPath string) error
- func SetupGitProject(project dw.Project) error
- func SetupRemotes(repo *git.Repository, project *dw.Project, projectPath string) error
- func SetupSparseCheckout(project *dw.Project, projectPath string) error
- func SetupSubmodules(project *dw.Project, projectPath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckoutReference ¶
CheckoutReference sets the current HEAD in repo to point at the revision and remote referenced by checkoutFrom
func CloneProject ¶
CloneProject clones the project to path specified by projectPath
func SetupGitProject ¶
func SetupRemotes ¶
SetupRemotes sets up a git remote in repo for each remote in project.Git.Remotes
func SetupSparseCheckout ¶ added in v0.22.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.