phabricator代码审核

首次diff:
先 git status
接着 git add .
随后 git status
然后 git commit -m "填写备注"
最后arc diff --create
自动弹出进行备注填写:{
Summary:(备注一下这次提交做的什么)
Test Plan: yes
Reviewers: (填写审核人)
}--保存退出就好
控制台自动打印地址,复制浏览器查看!


代码修改过后diff:
先 git status
接着 git add .
随后 git status
然后 git commit -m "填写备注"
最后arc diff --update D25174
自动弹出进行备注填写:{
第一行备注主题(可自愿进行修改);
Updating 版本号:diff版本信息;
}--保存退出就好
控制台自动打印地址,复制浏览器查看!

arc diff 

O

M

X

posted @ 2020-07-05 22:08  红桃七716  阅读(189)  评论(0编辑  收藏  举报