jj-vcs/jj

Implement `jj git sync` command

Open

#1.039 aberto em 14 de jan. de 2023

Ver no GitHub
 (31 comments) (113 reactions) (1 assignee)Rust (1.052 forks)batch import
enhancement🏗️good first issuepolish🪒🐃

Métricas do repositório

Stars
 (28.830 stars)
Métricas de merge de PR
 (Mesclagem média 23d 5h) (46 fundiu PRs em 30d)

Description

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.

Guia do colaborador