abapGit icon indicating copy to clipboard operation
abapGit copied to clipboard

Support initial branch creation / initial commit

Open fabianlupa opened this issue 2 years ago • 1 comments
trafficstars

https://github.com/abapGit/abapGit/blob/7c46e659e200035512d2d16fadd03173dc9357ea/src/git/zcl_abapgit_git_branch_list.clas.abap#L286

Some git hosts do not allow for direct initialization of the git repo when creating it in the web UI (bitbucket for example). You then need to use the command line which is a bit annoying.

image

image

From slack: https://abapgit.slack.com/archives/C4K5GM9D0/p1673358126697579

fabianlupa avatar Jan 13 '23 07:01 fabianlupa

It would be even more useful, if the complete repo creation could be triggered from abapGit. So repo name + branch + description (initial readme) + license.

mbtools avatar Jan 13 '23 07:01 mbtools