앞서 코드리뷰의 정의와 종류, 좋은 예시를 알아봤다.
https://standout.tistory.com/1620
코드리뷰란?
코드리뷰Code Review개발 과정에서 동료 개발자들이 작성한 코드를 검토하고 피드백을 주는 단계코드 품질향상, 버그 사전예방, 코드 일관성을 유지하는 데 큰 역할. 효과적인 코드리뷰리뷰할
standout.tistory.com
https://standout.tistory.com/1621
코드리뷰 Tool 도구 종류: GitHub Pull Requests, GitLab Merge Requests, Crucible, Phabricator, Review Board, Codacy, Sonar
앞서 코드리뷰에 대해 정리해봤다.https://standout.tistory.com/1620 코드리뷰란?코드리뷰Code Review개발 과정에서 동료 개발자들이 작성한 코드를 검토하고 피드백을 주는 단계코드 품질향상, 버그 사전
standout.tistory.com
https://standout.tistory.com/1622
GitHub Pull Requests 코드리뷰 벤치마킹하기: tensorflow, react, awesome-review
앞서 코드리뷰에 대해 정리해봤다.https://standout.tistory.com/1620 코드리뷰란?코드리뷰Code Review개발 과정에서 동료 개발자들이 작성한 코드를 검토하고 피드백을 주는 단계코드 품질향상, 버그 사전
standout.tistory.com
리뷰하고자하는 reppsotory에서 - pull requests - create a pull request
본인 브런치를 선택
commit, 혹은 file changed 형식으로 볼 수 있다.
create pull request
리뷰어와 작성자를 선택 후 작성 - create pull request
이제 지정한 리뷰어에게 메일이 가고 리뷰를 받을 수 있다.
'VCS > git' 카테고리의 다른 글
본인 Repository로 Clone하기 + token발급 (0) | 2024.03.25 |
---|---|
git 저장소에 Collaborators 사람추가 (0) | 2024.02.06 |
소스트리 체리픽, 특정 커밋 파일만 받다 (0) | 2023.12.14 |
기존 브랜치 main/master 추가하기 (0) | 2023.07.21 |
git 소스트리 브랜치 충돌 해결하기 (0) | 2023.07.17 |