github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_delete_branch.md (about) 1 ## pachctl delete branch 2 3 Delete a branch 4 5 ### Synopsis 6 7 Delete a branch, while leaving the commits intact 8 9 ``` 10 pachctl delete branch <repo>@<branch-or-commit> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -f, --force remove the branch regardless of errors; use with care 17 -h, --help help for branch 18 ``` 19 20 ### Options inherited from parent commands 21 22 ``` 23 --no-color Turn off colors. 24 -v, --verbose Output verbose logs 25 ``` 26