Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo struct {
Location string
}
Repo represents a git repository by a given location.
func (Repo) Add ¶
Add wraps the git add call and will change into the location of the git repo add the file given by name and change back to the previous directory.
Click to show internal directories.
Click to hide internal directories.