zl程序教程

您现在的位置是:首页 >  工具

当前栏目

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

Git to with from How use Command PUSH
2023-09-14 09:03:58 时间

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.