I was asked how I would create a new `git` repository, which is not existing initially. Basic question.
Anónimo
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.