jj-vcs/jj

Implement `jj git sync` command

Open

#1.039 geöffnet am 14. Jan. 2023

Auf GitHub ansehen
 (31 Kommentare) (113 Reaktionen) (1 zugewiesene Person)Rust (1.052 Forks)batch import
enhancement🏗️good first issuepolish🪒🐃

Repository-Metriken

Stars
 (28.830 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 23T 5h) (46 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide