Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 phabricator,我在网络应用程序的差异中看到了这一点
DIFF | ID |Base DIFF 30 | 41275 | xyz123 DIFF 31 | 41276 | xyz123
有没有办法让我checkout知道我的代码是什么DIFF 30
checkout
DIFF 30
要在本地分支上应用差异,您可以考虑
arc patch <your diff ID>
参考:https ://gist.github.com/tony612/f698465a5c74b3cd6d98
找到了:
git checkout phabricator/diff/41275
每个都arc diff应用一个标签。
arc diff