diff --git a/Custom-Commands-Compendium.md b/Custom-Commands-Compendium.md index b8f1eab..5e6c049 100644 --- a/Custom-Commands-Compendium.md +++ b/Custom-Commands-Compendium.md @@ -78,9 +78,20 @@ customCommands: ```yml customCommands: - - key: "" - command: "git remote prune {{.SelectedRemote.Name}}" - context: "remotes" - loadingText: "Pruning..." - description: "prune deleted remote branches" + - key: "" + command: "git remote prune {{.SelectedRemote.Name}}" + context: "remotes" + loadingText: "Pruning..." + description: "prune deleted remote branches" +``` + +## committing via Commitizen (git cz) + +```yml +customCommands: + - key: "C" + command: "git cz" + context: "files" + loadingText: "opening commitizen commit tool" + subprocess: true ``` \ No newline at end of file