These options are passed to the checkout step. To disable
checkout, set the checkout_strategy to
git_checkout_strategy_t.GIT_CHECKOUT_NONE. Generally you will want the use
git_checkout_strategy_t.GIT_CHECKOUT_SAFE to update files in the working
directory.
These options are passed to the checkout step. To disable checkout, set the checkout_strategy to git_checkout_strategy_t.GIT_CHECKOUT_NONE. Generally you will want the use git_checkout_strategy_t.GIT_CHECKOUT_SAFE to update files in the working directory.