mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
git-setup: add German translation (#9454)
This commit is contained in:
parent
ef25c670c8
commit
81479aab83
1 changed files with 13 additions and 0 deletions
13
pages.de/common/git-setup.md
Normal file
13
pages.de/common/git-setup.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue