added CheckoutBranch()

This commit is contained in:
2024-03-13 13:17:02 +01:00
parent 4101823f6e
commit c2328b69f0
4 changed files with 319 additions and 6 deletions

View File

@@ -33,6 +33,7 @@ int main(int argc, char *argv[])
if (InitGitLibrary() > 0) {
qCritical() << CloneRepository("https://git.mimbach49.de/GerhardHoffmann/customer_999.git", "C:\\tmp\\customer_999");
qCritical() << CheckoutLocalBranch("C:\\tmp\\customer_999", "master");
ShutdownGitLibrary();
}
#else