How to Use Command to Execute Git Push with Review from Sean

101 阅读1分钟

You can use the follow command to execute git push with review:

git push origin xx:refs/for/xx%r=user

xx means the origin branch and user means the reviewer’s email address.