Documentation
¶
Index ¶
- func AddAll() (string, error)
- func Commit(message string) (string, error)
- func Diff() (string, error)
- func ExtractOriginInfo(gitURL string) (string, string, error)
- func GetBranch() (string, error)
- func GetBranchDiff(base, head string) (string, error)
- func GetChangedFiles() ([]string, error)
- func GetChangedFilesBranches(base, head string) ([]string, error)
- func GetFileDiff(file string) (string, error)
- func GetFileDiffBranches(base, head, file string) (string, error)
- func GetRemote(remote string) (string, error)
- func GetRepo(repoPath, ignoreFilePath string, ignoreGitIgnore bool) (*prompt.GitRepo, error)
- func IsClean() (bool, error)
- func IsDirty() (bool, error)
- func IsGitRepo(path string) bool
- func Log() (string, error)
- func LogBetween(base, head string) (string, error)
- func OriginToGitHub(origin string) (string, error)
- func Push() (string, error)
- func Status() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBranchDiff ¶
func GetChangedFiles ¶
func GetChangedFilesBranches ¶
func GetFileDiff ¶
func GetFileDiffBranches ¶
func LogBetween ¶
func OriginToGitHub ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.