abapGit / abapGit

Git client for ABAP
https://abapgit.org
MIT License
1.54k stars 535 forks source link

Support initial branch creation / initial commit #5990

Open fabianlupa opened 1 year ago

fabianlupa commented 1 year ago

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

mbtools commented 1 year ago

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