ok/jj
1
0
Fork 0
forked from mirrors/jj

cli: clarify jj branch forget help

Closes #532.
This commit is contained in:
Martin von Zweigbergk 2022-10-09 17:55:38 -07:00 committed by Martin von Zweigbergk
parent c292cd8cff
commit a5f7e09cbb

View file

@ -697,8 +697,11 @@ enum BranchSubcommand {
names: Vec<String>,
},
/// Delete the local version of an existing branch, without propagating the
/// deletion to remotes.
/// Forget everything about a branch, including its local and remote
/// targets.
///
/// A forgotten branch will not impact remotes on future pushes. It will be
/// recreated on future pulls if it still exists in the remote.
#[command(visible_alias("f"))]
Forget {
/// The branches to delete.