diff --git a/Custom-Commands-Compendium.md b/Custom-Commands-Compendium.md index fa288cd..b7500c4 100644 --- a/Custom-Commands-Compendium.md +++ b/Custom-Commands-Compendium.md @@ -71,7 +71,7 @@ Pushes a specific commit, and any preceding commits. Useful if you're still work ```yml customCommands: - key: 'P' - command: "git push {{.SelectedRemote.RefName}} {{.SelectedLocalCommit.Sha}}:{{.SelectedLocalBranch.RefName}}" + command: "git push {{.SelectedRemote.Name}} {{.SelectedLocalCommit.Sha}}:{{.SelectedLocalBranch.RefName}}" context: "commits" loadingText: "Pushing commit..." description: "Push a specific commit (and any preceding)"