Documentation
¶
Overview ¶
Package git owns git CLI interaction for initech project bootstrap. It handles repo initialization, submodule management, and commits.
All operations take an exec.Runner, making the package fully testable without a real git installation. This package does not know about config or scaffold.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSubmodule ¶
AddSubmodule adds a git submodule at the specified path within the repo. The path is relative to the repo root (e.g., "eng1/src").
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.