반응형

검색어

%를 붙여주고, 설정하고 싶은 값들을 넣는다.

- 토픽만 설정하고 싶을 때

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

반응형