diff --git a/Custom-Commands-Compendium.md b/Custom-Commands-Compendium.md new file mode 100644 index 0000000..3bec4f3 --- /dev/null +++ b/Custom-Commands-Compendium.md @@ -0,0 +1,13 @@ +If you have implemented a custom command(s) that you find useful, please add it here so others can find it too. If a particular command proves popular, we will merge it into the codebase for all to use. + +If you want to know how to implement your own custom commands see [here](https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md) + +## Creating a review in [Gerrit](https://gerrit-review.googlesource.com/Documentation/intro-gerrit-walkthrough.html) + +``` +customCommands: + - key: '' + command: "git push origin HEAD:refs/for/{{.CheckedOutBranch}}" + context: 'global' + loadingText: 'pushing' +``` \ No newline at end of file