mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-09 22:16:32 +00:00
parent
c292cd8cff
commit
a5f7e09cbb
1 changed files with 5 additions and 2 deletions
|
@ -697,8 +697,11 @@ enum BranchSubcommand {
|
||||||
names: Vec<String>,
|
names: Vec<String>,
|
||||||
},
|
},
|
||||||
|
|
||||||
/// Delete the local version of an existing branch, without propagating the
|
/// Forget everything about a branch, including its local and remote
|
||||||
/// deletion to remotes.
|
/// 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"))]
|
#[command(visible_alias("f"))]
|
||||||
Forget {
|
Forget {
|
||||||
/// The branches to delete.
|
/// The branches to delete.
|
||||||
|
|
Loading…
Reference in a new issue