Documentation
¶
Index ¶
- type Branch
- type Git
- func (git Git) CheckoutAndPull(branchName string)
- func (git Git) CurrentBranch() string
- func (git Git) DeleteLocalBranch(branchName string)
- func (git Git) DeleteRemoteBranch(branchName string)
- func (git Git) InitBranch(issueNum int, branchName string)
- func (git Git) IsRemoteBranch(branchName string) bool
- func (git Git) Pull()
- func (git Git) Repo() Repo
- type Repo
- type VersionControlClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Git ¶
type Git struct{}
func (Git) CheckoutAndPull ¶
func (Git) CurrentBranch ¶
func (Git) DeleteLocalBranch ¶
func (Git) DeleteRemoteBranch ¶
func (Git) InitBranch ¶
func (Git) IsRemoteBranch ¶
Click to show internal directories.
Click to hide internal directories.