Preetam Dwivedi
Preetam Dwivedi
fix1
Hello
fix3
fix5
--- Generated summary (powered by Graphite) > ## TL;DR > This pull request updates the content in the README.md file from 'def' to 'aef'. > > ## What changed >...
`repository.CreateBranch` only adds the branch to `.git/config` but doesn't create the local ref which causes git to not find it... ``` err := repository.CreateBranch(&config.Branch{ Name: name, Remote: ".", Merge: plumbing.NewBranchReferenceName(upstream),...
I have trying to look into the fetch and pull APIs and but don't see any option to fetch/pull from local upstream. How to achieve it? `err = repository.Fetch(&git.FetchOptions{RemoteName: "."})`...