Github
-
Github CLI 커맨드 - gh pr checkoutGithub 2021. 6. 17. 17:35
Github CLI 커맨드 - gh pr checkout 다른사람이 올린 PR로 브랜치를 이동할 수 있습니다. 샘플코드 $ gh pr checkout $ gh pr checkout 12 remote: Enumerating objects: 66, done. remote: Counting objects: 100% (66/66), done. remote: Total 83 (delta 66), reused 66 (delta 66), pack-reused 17 Unpacking objects: 100% (83/83), done. From https://github.com/owner/repo * [new ref] refs/pull/8896/head -> patch-2 M README.md Switched to br..
-
Github CLI 커맨드 - gh pr statusGithub 2021. 6. 17. 17:05
Github CLI 커맨드 - gh pr status 현재 작업중인 브랜치와 관련이 있는 PR, 내가 생성한 PR, 나에게 코드 리뷰를 요청한 PR 을 모두 보여줍니다. 샘플코드 $ gh pr status Relevant pull requests in cli/cli Current branch There is no pull request associated with [fix-homepage-bug] Created by you You have no open pull requests Requesting a code review from you #100 Fix footer on homepage [fix-homepage-footer] ✓ Checks passing - Review pending
-
Github CLI 커맨드 - gh issue listGithub 2021. 6. 17. 16:49
Github CLI 커맨드 - gh issue list gh issue list 명령어를 실행하면 이슈 목록을 확인할 수 있습니다. 샘플코드 $ gh issue list Showing 4 of 4 issues in cli/cli #16 Improving interactions with protected branches #14 PR commands on a detached head #13 Support for GitHub Enterprise (enhancement) #8 Add an easier upgrade command (bug)