1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:42:09 +02:00

git-setup: add German translation (#9454)

This commit is contained in:
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

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}}`