github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_finish_commit.md (about) 1 ## pachctl finish commit 2 3 Finish a started commit. 4 5 ### Synopsis 6 7 Finish a started commit. Commit-id must be a writeable commit. 8 9 ``` 10 pachctl finish commit <repo>@<branch-or-commit> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --description string A description of this commit's contents (synonym for --message) 17 -h, --help help for commit 18 -m, --message string A description of this commit's contents (overwrites any existing commit description) 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --no-color Turn off colors. 25 -v, --verbose Output verbose logs 26 ``` 27