File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const (
35
35
CheckoutDontUpdateIndex CheckoutStrategy = C .GIT_CHECKOUT_DONT_UPDATE_INDEX // Normally checkout updates index entries as it goes; this stops that
36
36
CheckoutNoRefresh CheckoutStrategy = C .GIT_CHECKOUT_NO_REFRESH // Don't refresh index/config/etc before doing checkout
37
37
CheckoutSkipUnmerged CheckoutStrategy = C .GIT_CHECKOUT_SKIP_UNMERGED // Allow checkout to skip unmerged files
38
- CheckoutUserOurs CheckoutStrategy = C .GIT_CHECKOUT_USE_OURS // For unmerged files, checkout stage 2 from index
38
+ CheckoutUseOurs CheckoutStrategy = C .GIT_CHECKOUT_USE_OURS // For unmerged files, checkout stage 2 from index
39
39
CheckoutUseTheirs CheckoutStrategy = C .GIT_CHECKOUT_USE_THEIRS // For unmerged files, checkout stage 3 from index
40
40
CheckoutDisablePathspecMatch CheckoutStrategy = C .GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH // Treat pathspec as simple list of exact match file paths
41
41
CheckoutSkipLockedDirectories CheckoutStrategy = C .GIT_CHECKOUT_SKIP_LOCKED_DIRECTORIES // Ignore directories in use, they will be left empty
You can’t perform that action at this time.
0 commit comments