Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithLogger ¶
Types ¶
type CmdCfg ¶
type CmdCfg struct {
// contains filtered or unexported fields
}
func NewCmdConfig ¶
func NewCmdConfig(t testing.TB, opts ...cmdOption) *CmdCfg
NewCmdConfig sets defaults and validates values for git Options.
func (*CmdCfg) Commit ¶
func (g *CmdCfg) Commit()
CommitWithMsg commits changes with a generated commit msg.
func (*CmdCfg) CommitWithMsg ¶
CommitWithMsg commits changes with commit msg.
func (*CmdCfg) GetLatestCommit ¶
GetLatestCommit returns latest commit
Click to show internal directories.
Click to hide internal directories.