jj-vcs/jj

Implement `jj git sync` command

Open

#1 039 ouverte le 14 janv. 2023

Voir sur GitHub
 (31 commentaires) (113 réactions) (1 assigné)Rust (1 052 forks)batch import
enhancement🏗️good first issuepolish🪒🐃

Métriques du dépôt

Stars
 (28 830 stars)
Métriques de merge PR
 (Merge moyen 23j 5h) (46 PRs mergées en 30 j)

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.

Guide contributeur