We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a3991 commit 5077c1eCopy full SHA for 5077c1e
LibGit2Sharp/Core/GitWorktree.cs
@@ -41,7 +41,7 @@ internal class git_worktree_add_options
41
public GitCheckoutOpts checkoutOpts = new GitCheckoutOpts
42
{
43
version = 1,
44
- checkout_strategy = CheckoutStrategy.GIT_CHECKOUT_FORCE
+ checkout_strategy = CheckoutStrategy.GIT_CHECKOUT_SAFE
45
};
46
}
47
0 commit comments