Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteBranch ¶
Types ¶
type BranchInfo ¶
type BranchInfo struct { IsCurrent bool Name string CommitHash string RemoteBranch string IsRemoteGone bool Message string }
func ListBranches ¶
func ListBranches() ([]BranchInfo, error)
func (BranchInfo) String ¶
func (b BranchInfo) String() string
Click to show internal directories.
Click to hide internal directories.