Documentation
¶
Index ¶
- func Add() error
- func BranchRename(name string) error
- func CheckOut(branch string) error
- func CheckoutNewBranchFromRemote(branch, defaultBranch string) error
- func Commit(message string) (string, error)
- func ConfigBranchRemote(branch string) string
- func ConfigGet(key, group string) string
- func ConfigSet(key, value, group string) error
- func Fetch() error
- func Merge(branch string) error
- func Pull() (string, error)
- func Push() (string, error)
- func PushRename(branch, defaultBranch string) (string, error)
- func Status() error
- type BranchInfo
- type RemoteInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckoutNewBranchFromRemote ¶
CheckoutNewBranchFromRemote ...
Types ¶
type BranchInfo ¶
BranchInfo ...
type RemoteInfo ¶
RemoteInfo ...
Click to show internal directories.
Click to hide internal directories.