Git CLI와 GitHub CLI를 활용해 PR 상태 확인, 브랜치 behind 비교, 원격 브랜치 조회와 정리까지 터미널에서 처리하는 실전 흐름을 정리합니다.
github
3 posts
-
[Git + gh CLI] 터미널에서 끝내는 브랜치 관리와 PR 상태 확인 총정리 -
Master the Pull Request: A Developer's Guide to Git CLI and GitHubLearn the professional pull request workflow: create a branch with Git, commit and push the work, open a PR on GitHub, respond to review, and clean up after merge.
-
GitHub SSH 인증키 연결하기GitHub에 SSH 인증키를 연결하면 git push나 git pull을 실행할 때마다 아이디와 비밀번호를 입력하지 않아도 된다.