From 1bc56a7a31d6befd62d65db077246b3b50996f68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Mon, 3 Jan 2022 13:06:48 +0100 Subject: [PATCH 1/1] common workflow to rebase-and-merge so I want completion --- .zsh_functions/_git-rbm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .zsh_functions/_git-rbm diff --git a/.zsh_functions/_git-rbm b/.zsh_functions/_git-rbm new file mode 100644 index 0000000..e52589d --- /dev/null +++ b/.zsh_functions/_git-rbm @@ -0,0 +1,3 @@ +#compdef git-rbm +#description Completes branches to rebase-and-merge +__git_branch_names -- 2.39.2