0

我正在使用 phabricator,我在网络应用程序的差异中看到了这一点

DIFF | ID |Base
DIFF 30 | 41275 | xyz123
DIFF 31 | 41276 | xyz123

有没有办法让我checkout知道我的代码是什么DIFF 30

4

2 回答 2

1

要在本地分支上应用差异,您可以考虑

arc patch <your diff ID>

参考:https ://gist.github.com/tony612/f698465a5c74b3cd6d98

于 2021-06-17T07:22:59.630 回答
0

找到了:

git checkout phabricator/diff/41275

每个都arc diff应用一个标签。

于 2019-06-10T20:36:27.990 回答