我的Gerrit代码审查使用笔记。
LGTM: Looks Good To Me
Gerrit
# clone with commit-msg hook
# 需要审核
git push origin HEAD:refs/for/{branch}
# 不需要审核
git push origin HEAD:refs/for/{branch}%submit
我的Gerrit代码审查使用笔记。
LGTM: Looks Good To Me
# clone with commit-msg hook
# 需要审核
git push origin HEAD:refs/for/{branch}
# 不需要审核
git push origin HEAD:refs/for/{branch}%submit