Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAndPushTag ¶
func CreateAndPushTag()
create a new tag and push it to the remote repository.
func GetRemotes ¶
func GetRemotes()
func MergeIntoCurrent ¶
func MergeIntoCurrent()
func PushSelected ¶
func PushSelected()
Types ¶
type Commit ¶
type Commit struct { Hash string // Commit hash Message string // Commit message Date string // Commit date Author string // Commit author Email string // Commit author email }
Commit struct represents a commit record
type FileStatus ¶
Click to show internal directories.
Click to hide internal directories.