Pergunta de entrevista da empresa Mercedes-Benz Tech Innovation

I was asked how I would create a new `git` repository, which is not existing initially. Basic question.

Resposta da entrevista

Sigiloso

7 de jun. de 2022

I replied with `git init`, mentioning the option to create a bare repository based on the intended usage. However, the expected reply was apparently `git clone`. For `git clone` to be used, the `git` repository to be cloned needs to be created first, however.