mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-01 00:50:57 +00:00
cli: document that "git push --all" includes deleted branches
Since deleted branches are a bit special, I couldn't be sure that --all includes deleted without reading the source code.
This commit is contained in:
parent
b1267cae4b
commit
f0b9969e74
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ pub struct GitPushArgs {
|
|||
/// Push only this branch (can be repeated)
|
||||
#[arg(long, short)]
|
||||
branch: Vec<String>,
|
||||
/// Push all branches
|
||||
/// Push all branches (including deleted branches)
|
||||
#[arg(long)]
|
||||
all: bool,
|
||||
/// Push all deleted branches
|
||||
|
|
Loading…
Reference in a new issue