We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f145a2c commit 704a25bCopy full SHA for 704a25b
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