jj-vcs/jj

Implement `jj git sync` command

Open

#1,039 opened on 2023年1月14日

GitHub で見る
 (31 comments) (112 reactions) (1 assignee)Rust (28,830 stars) (1,052 forks)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.

コントリビューターガイド

Implement `jj git sync` command · jj-vcs/jj#1039 | Good First Issue