gh: add German translation (#8592)

pull/1/head
Leo Kling 2022-10-10 15:35:44 +02:00 committed by GitHub
parent 0df26f835d
commit 08a65ad3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

37
pages.de/common/gh.md Normal file
View File

@ -0,0 +1,37 @@
# gh
> Arbeite mit GitHub von der Konsole aus.
> Manche Unterbefehle wie `gh config` sind separat dokumentiert.
> Weitere Informationen: <https://cli.github.com/>.
- Klone ein GitHub Repository lokal:
`gh repo clone {{besitzer}}/{{repository}}`
- Erstelle ein neues Issue:
`gh issue create`
- Zeige und filter offene Issues des aktuellen Repositories:
`gh issue list`
- Öffne ein Issue im Standard-Webbrowser:
`gh issue view --web {{issue_nummer}}`
- Erstelle eine Pull Request:
`gh pr create`
- Öffne eine Pull Request im Standard-Webbrowser:
`gh pr view --web {{pr_nummer}}`
- Wechsle lokal zu einer bestimmten Pull Request:
`gh pr checkout {{pr_nummer}}`
- Zeige den Status der Pull Requests eines Repositories:
`gh pr status`