git-setup: add German translation (#9454)

pull/1/head
3voltAmperes 2022-12-26 09:50:29 +01:00 committed by GitHub
parent ef25c670c8
commit 81479aab83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# git setup
> Erstelle ein Git Repository in einem bestimmten Verzeichnis und committe alle Dateien.
> Teil der `git-extras`.
> Weitere Informationen: <https://github.com/tj/git-extras/blob/master/Commands.md#git-setup>.
- Erstelle ein Git Repository im aktuellen Verzeichnis und committe alle Dateien:
`git setup`
- Erstelle ein Git Repository in einem bestimmten Verzeichnis und committe alle Dateien:
`git setup {{pfad/zu/verzeichnis}}`