Documentation
¶
Index ¶
- type GitTools
- func (this *GitTools) Clone(git, wwwroot string)
- func (this *GitTools) Cp(from, to string) (err error)
- func (this *GitTools) DelBranch(wwwroot, branch string)
- func (this *GitTools) GetCommitId(wwwroot string, branch string) (commitid, msg string, err error)
- func (this *GitTools) Lock()
- func (this *GitTools) Merge(wwwroot, src, des, start, end, msg, author string) (err error)
- func (this *GitTools) NewBranch(wwwroot, branch string)
- func (this *GitTools) Patch(wwwroot, src, des, start, end string) (err error)
- func (this *GitTools) ReBranch(wwwroot string, branches ...string)
- func (this *GitTools) Unlock()
- type Ssh
- type SshConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitTools ¶
type GitTools struct {
// contains filtered or unexported fields
}
func NewGitTools ¶
func NewGitTools() *GitTools
func (*GitTools) GetCommitId ¶
Click to show internal directories.
Click to hide internal directories.