mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
git-init: add German translation
This commit is contained in:
parent
50b3af8c5b
commit
89855d398e
1 changed files with 12 additions and 0 deletions
12
pages.de/common/git-init.md
Normal file
12
pages.de/common/git-init.md
Normal 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`
|
Loading…
Add table
Reference in a new issue