From 09e31b676c4c2f263505dcb3da063717e6b15744 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 1 Jul 2020 22:10:11 +0200 Subject: [PATCH] Report branch URL. --- src/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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();