Pregunta de entrevista de Mercedes-Benz Tech Innovation

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

Respuesta de la entrevista

Anónimo

7 jun 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.