From d2d538a4c2f010b9152b46aaf3ae69c722ece271 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 1 Apr 2021 20:37:56 +1100 Subject: [PATCH] Updated Custom Commands Compendium (markdown) --- Custom-Commands-Compendium.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) 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