git-init: add German translation

This commit is contained in:
LukBukkit 2020-10-21 19:28:33 +02:00 committed by Starbeamrainbowlabs
parent 50b3af8c5b
commit 89855d398e

View File

@ -0,0 +1,12 @@
# git init
> Erstelle eine neues lokales Git-Repository.
> Mehr Informationen: <https://git-scm.com/docs/git-init>.
- Erstelle eine neues lokales Repository:
`git init`
- Erstelle eine neues minimales Repository, welches sich für die Verwendung als Remote-Repository über SSH eignet:
`git init --bare`