How to "push" whole local repository to GIT in order to initiate central repository?
What is recommended way to start using Git in Talend? I know how to start with an empty central repository (shown also in Talend Academy, "Using Git in Talend").
But I am not sure what is the best practice when I have a big local repository/project on my laptop. I would like to "push" the whole project onto Git server as an initial action. I have a couple of ideas which I consider as possible "work-arounds", but I am interested in best practice for doing this, the "right" way. Could you, please, describe in detail which way I should do that? Is there any documentation on exact steps in this process?
By the way, I am talking about on-prem solution, not Talend Cloud.