Versions in this module Expand all Collapse all v51 v51.0.0 Jan 27, 2021 Changes in this version + type CherryCommit struct + Found bool + Hash string + type WorkingTree struct + func Get(dir string) (wt WorkingTree, err error) + func (wt WorkingTree) Branch() (string, error) + func (wt WorkingTree) Checkout(tree string) error + func (wt WorkingTree) Cherry(upstream string) ([]CherryCommit, error) + func (wt WorkingTree) CherryPick(commit string) error + func (wt WorkingTree) Clone(dest string) (result WorkingTree, err error) + func (wt WorkingTree) CreateAndCheckout(branch string) error + func (wt WorkingTree) CreateTag(name string) error + func (wt WorkingTree) DeleteBranch(branchName string) error + func (wt WorkingTree) ListTags(pattern string) ([]string, error) + func (wt WorkingTree) Pull(upstream, branch string) error + func (wt WorkingTree) Root() string Other modules containing this package github.com/pmalek-sumo/azure-sdk-for-go