- git_checkout_head
int git_checkout_head(git_repository* repo, const(git_checkout_opts)* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_checkout_index
int git_checkout_index(git_repository* repo, git_index* index, const(git_checkout_opts)* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_checkout_tree
int git_checkout_tree(git_repository* repo, const(git_object)* treeish, const(git_checkout_opts)* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.