ben-tbotlabs

Results 3 issues of ben-tbotlabs

Reapplied commits from https://github.com/go-git/go-git/pull/343 into a new pull request against master Changes are exactly the same except the change from ``` func (w *Worktree) Reset(opts *ResetOptions) error ``` had to...

In git you can run the following command to unstage a particular set of files ``` git restore --staged ... ``` At the moment go-git only supports reseting all of...

stale

resetWorktree was using the name instead of the full path when pulling path out of the change. This resulted with everything working for file that exist in to root, but...