From e67f2ffa2f143443f1ca1d396f79891699bb7317 Mon Sep 17 00:00:00 2001 From: Marek Skrobacki Date: Wed, 10 Apr 2024 15:33:35 +0100 Subject: [PATCH] add actual command to "Push to a specific remote repository", otherwise it does not do anything --- Custom-Commands-Compendium.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Custom-Commands-Compendium.md b/Custom-Commands-Compendium.md index d1ef9c3..b830fa8 100644 --- a/Custom-Commands-Compendium.md +++ b/Custom-Commands-Compendium.md @@ -47,6 +47,8 @@ This custom command allows picking between already used remote repositories and - value: 'push' - value: 'push --force-with-lease' - value: 'push --force' + command: "git {{index .PromptResponses 1}} {{index .PromptResponses 0}}" + ``` ## Pushing to a specific remote branch