#8 change checkout.
This commit is contained in:
parent
58da3e6d10
commit
cb209a6a7a
@ -461,6 +461,7 @@ func checkout(w git.Worktree, ref plumbing.Reference) {
|
|||||||
|
|
||||||
if err := w.Checkout(&git.CheckoutOptions{
|
if err := w.Checkout(&git.CheckoutOptions{
|
||||||
Branch: ref.Name(),
|
Branch: ref.Name(),
|
||||||
|
Create: false,
|
||||||
Force: true,
|
Force: true,
|
||||||
Keep: false,
|
Keep: false,
|
||||||
}); err != nil {
|
}); err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user