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.
我曾经使用git pushetc,然后现在我想使用arc(Archanist) 创建一个差异。
git push
arc
问题是我想显示一个非常旧的提交的所有提交(后面有 30 个提交)。这可能吗?
例如,我想展示从现在Commit: HEAD - 30 commits到HEAD现在的变化。
Commit: HEAD - 30 commits
HEAD
谢谢
如果您希望从最近30 次提交中创建新的 arc diff ,您可以尝试运行:
arc diff HEAD~30 --preview
一旦你对它感到满意,只需在 UI 中创建差异,或者你可以直接创建差异
arc diff HEAD~30