jj-vcs/jj

Implement `jj git sync` command

Open

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

在 GitHub 查看
 (31 评论) (112 反应) (1 负责人)Rust (28,830 star) (1,052 fork)batch import
enhancement🏗️good first issuepolish🪒🐃

描述

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.

贡献者指南