We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97e29c commit a078654Copy full SHA for a078654
ObjectiveGit/GTRepository.h
@@ -57,7 +57,6 @@
57
typedef NS_OPTIONS(NSInteger, GTCheckoutStrategyType) {
58
GTCheckoutStrategyNone = GIT_CHECKOUT_NONE,
59
GTCheckoutStrategySafe = GIT_CHECKOUT_SAFE,
60
- GTCheckoutStrategySafeCreate = GIT_CHECKOUT_SAFE_CREATE,
61
GTCheckoutStrategyForce = GIT_CHECKOUT_FORCE,
62
GTCheckoutStrategyAllowConflicts = GIT_CHECKOUT_ALLOW_CONFLICTS,
63
GTCheckoutStrategyRemoveUntracked = GIT_CHECKOUT_REMOVE_UNTRACKED,
0 commit comments