brew install ghgh auth login
よく使いそうな物のメモ
- リポジトリの作成方法
gh repo create *** --private --source=. --remote=originPRの一覧をみる
gh pr listclone
git repo clone ***issueをみる
gh issue listissue作成
gh issue createPR作成
gh pr create
brew install ghgh auth logingh repo create *** --private --source=. --remote=origin
PRの一覧をみる
gh pr list
clone
git repo clone ***
issueをみる
gh issue list
issue作成
gh issue create
PR作成
gh pr create