File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ export extern "git merge" [
531531
532532# List or change branches
533533export extern "git branch" [
534- branch ? : string @" nu-complete git local branches" # name of branch to operate on
534+ ... branch : string @" nu-complete git local branches" # name of branch (or branches) to operate on
535535 -- abbrev # use short commit hash prefixes
536536 -- edit-description # open editor to edit branch description
537537 -- merged # list reachable branches
@@ -548,6 +548,7 @@ export extern "git branch" [
548548 -- color # use color in output
549549 -- quiet # suppress messages except errors
550550 -- delete(-d) # delete branch
551+ - D # force delete branch
551552 -- list # list branches
552553 -- contains : string @" nu-complete git commits all" # show only branches that contain the specified commit
553554 -- no-contains # show only branches that don't contain specified commit
You can’t perform that action at this time.
0 commit comments