diff --git a/src/main.cpp b/src/main.cpp index 82be30e..f4be7f2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -69,11 +69,14 @@ int main() git_libgit2_init(); git::clone(); - cout << "Branch ID: " << git::get_last_id() + 1 << "\r\n"; git::create_branch(); git::commit(entry); git::push(); + cout << "Created branch: " + << "\r\n"; + try { files::remove_tmpdir();