checkout_options

The following example demonstrates how to do checkouts with libgit2.

Recognized options are : --force: force the checkout to happen. --[no-]progress: show checkout progress, on by default. --perf: show performance data.

struct checkout_options

Meta