github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_create_branch.md (about) 1 ## pachctl create branch 2 3 Create a new branch, or update an existing branch, on a repo. 4 5 ### Synopsis 6 7 Create a new branch, or update an existing branch, on a repo, starting a commit on the branch will also create it, so there's often no need to call this. 8 9 ``` 10 pachctl create branch <repo>@<branch-or-commit> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --head string The head of the newly created branch. 17 -h, --help help for branch 18 -p, --provenance []string The provenance for the branch. format: <repo>@<branch-or-commit> (default []) 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --no-color Turn off colors. 25 -v, --verbose Output verbose logs 26 ``` 27