Git/Git
[Gerrit] Gerrit push 명령어 (게릿 검색어)
2021. 12. 21. 19:30반응형
검색어
%를 붙여주고, 설정하고 싶은 값들을 넣는다.
- 토픽만 설정하고 싶을 때
git push remote HEAD:refs/for/master%topic=TOPIC_ANY
- code-review+2, verified+1 등등 리뷰와 함꼐 주고 싶을 때
git push remote HEAD:refs/for/master%l=Verified+1,l=Code-Review+2,l=Developer-Verified+1,topic=TOPIC_ANY
참고자료
http://www.dreamy.pe.kr/zbxe/CodeClip/149038
https://gerrit-review.googlesource.com/Documentation/user-upload.html
반응형
'Git > Git' 카테고리의 다른 글
[Git] .gitignore시 알아야할 것. (0) | 2022.05.17 |
---|---|
[Git] Github 서버 (원격서버, 리모트서버)에 자신의 SSH 등록하기 (0) | 2022.05.01 |
[Git] Git 커밋 여러 개를 체리픽하기 (cherry-pick many commit) (0) | 2021.10.29 |
[Git] 두 개의 커밋(브랜치)을 비교한 것을 패치로 만들기 (git apply) (0) | 2021.10.25 |
[Git] 실무에서 쓰는 Commit message (커밋 메시지 예제) (0) | 2021.08.18 |