mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-15 08:53:16 +00:00
cli: add short form -c
for jj git push --change
I use `--change` a lot and somehow still didn't think to add a short form until @ilyagr (?) mentioned it somewhere recently.
This commit is contained in:
parent
b6c65c12ac
commit
24e754b979
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ pub struct GitPushArgs {
|
|||
revisions: Vec<RevisionArg>,
|
||||
/// Push this commit by creating a branch based on its change ID (can be
|
||||
/// repeated)
|
||||
#[arg(long)]
|
||||
#[arg(long, short)]
|
||||
change: Vec<RevisionArg>,
|
||||
/// Only display what will change on the remote
|
||||
#[arg(long)]
|
||||
|
|
Loading…
Reference in a new issue