jj-vcs/jj

Implement `jj git sync` command

开放

#1,039 创建于 2023年1月14日

 (31 条评论) (119 个反应) (1 位负责人)Rust (1,052 个派生)batch import
enhancement🏗️good first issuepolish🪒🐃

仓库指标

星标
 (28,830 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

jj should have a command to sync all of my branches (or some subset) with a remote via merge or rebase, in a single operation.

Since that could cause a lot of big changes at once, it'd be nice to show a preview of changes that will be performed and prompt to confirm and/or output a very clear summary of what all changed from that sync operation.

贡献者指南