Documentation
¶
Index ¶
- func CommitAll(commitMessage string) (string, error)
- func CommitStaged(commitMessage string) (string, error)
- func CreateBranch(branchName string) (string, error)
- func CreateTag(tagName string) (string, error)
- func DeleteBranch(selectedBranch string) (string, error)
- func DeleteTag(tagName string) (string, error)
- func FormatFancyRemotes(remotes string) string
- func GetAllTags() (string, error)
- func GetAllTagsWithCommit() (string, error)
- func GetBranches() ([]string, error)
- func GetCurrentBranch() (string, error)
- func GetNLatestTags(n int) (string, error)
- func GetNumRemotes() (int, string)
- func GetRemotes() (string, string)
- func GetRemotesClean() (string, string)
- func GetStatusInfo() (map[string][]string, int, error)
- func IsWorkingTreeClean() (bool, error)
- func RemoveRemote(remote string) (string, string)
- func SwitchBranch(selectedBranch string) (string, error)
- func UndoLastCommit() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommitStaged ¶ added in v0.8.0
func CreateBranch ¶ added in v0.9.0
func DeleteBranch ¶ added in v0.9.0
func FormatFancyRemotes ¶ added in v0.10.2
func GetAllTags ¶
func GetBranches ¶
func GetCurrentBranch ¶
func GetNLatestTags ¶
func GetNumRemotes ¶ added in v0.10.2
func GetRemotes ¶ added in v0.4.0
func GetRemotesClean ¶ added in v0.4.0
func IsWorkingTreeClean ¶
func RemoveRemote ¶ added in v0.4.0
func SwitchBranch ¶ added in v0.9.0
func UndoLastCommit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.