Documentation
¶
Index ¶
- Variables
- func GitAdd(dir string, files ...string) error
- func GitCoBranch(dir, branch string) error
- func GitCoMaster(dir string) error
- func GitCommit(dir, commitMsg string, files ...string) error
- func GitCommitAndPush(dir, tag string) error
- func GitDelBranch(dir, branch string) error
- func GitHasTag(dir string, tag string) bool
- func GitPom(dir string) error
- func GitPush(remote, branch string) error
- func GitTagAndPush(dir string, tag string) error
- func InitGitBare(t *testing.T, dir string) string
- func InitGitDir(t *testing.T, dir string) string
- func InitGitDirWithRemote(t *testing.T, baseDir string) string
- func IsGitClean(dir string) bool
- func PopulateGitDir(t *testing.T, dir string)
Constants ¶
This section is empty.
Variables ¶
View Source
var Verbose = false
Functions ¶
func GitCoBranch ¶
func GitCoMaster ¶
func GitCommitAndPush ¶
func GitDelBranch ¶
func GitTagAndPush ¶
func IsGitClean ¶
func PopulateGitDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.