Versions in this module Expand all Collapse all v1 v1.0.2 Sep 30, 2019 Changes in this version + const Cmd + const CommitMessagePattern + const CommitTpl + func CheckCommitMessage(file string) + func CheckGitProject() + func CheckStagedFiles() bool + func Checkout(prefix CommitType, branch string) + func Commit(cm *Message) + func GenSOB() string + func GetCurrentBranch() string + func GetLastCommitInfo() *[]string + func InputBody() string + func InputFooter() string + func InputScope() string + func InputSubject() string + func Push() + func Rebase(sourceBranch string, targetBranch string) + type CommitType string + const CHORE + const DOCS + const EXIT + const FEAT + const FIX + const HOTFIX + const PERF + const REFACTOR + const STYLE + const TEST + func SelectCommitType() CommitType + type Message struct + Body string + Footer string + Scope string + Sob string + Subject string + Type CommitType + type RepoType string + type TypeMessage struct + ENDescription string + Type CommitType + ZHDescription string