diff --git a/src/commands/git.rs b/src/commands/git.rs index 8df1dd6d6..3d994369b 100644 --- a/src/commands/git.rs +++ b/src/commands/git.rs @@ -147,7 +147,7 @@ pub struct GitPushArgs { revisions: Vec, /// Push this commit by creating a branch based on its change ID (can be /// repeated) - #[arg(long)] + #[arg(long, short)] change: Vec, /// Only display what will change on the remote #[arg(long)]