Arbeite mit GitHub von der Konsole aus. Manche Unterbefehle wie
config
sind separat dokumentiert. Weitere Informationen: https://cli.github.com/.
gh repo clone {{besitzer}}/{{repository}}
gh issue create
gh issue list
gh issue view --web {{issue_nummer}}
gh pr create
gh pr view --web {{pr_nummer}}
gh pr checkout {{pr_nummer}}
gh pr status