Report branch URL.

This commit is contained in:
tastytea 2020-07-01 22:10:11 +02:00
parent 9025e77cb2
commit 09e31b676c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 1 deletions

View File

@ -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: "
<< "<https://schlomp.space/FediBlock/data/src/branch/web-"
<< git::get_last_id() << ">\r\n";
try
{
files::remove_tmpdir();