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.
See Implementation
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.