Update files in the working tree to reflect the contents of current HEAD.
If options
is null, then the default checkout options will be used.
If the checkout was not successfull, then throws will be set.
this |
a Repository. |
options |
a CheckoutOptions or null. |
true if the checkout was successfull, false otherwise. |