diff options
author | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2022-01-03 13:06:48 +0100 |
---|---|---|
committer | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2022-01-03 13:06:48 +0100 |
commit | 1bc56a7a31d6befd62d65db077246b3b50996f68 (patch) | |
tree | 3f4b0cd0bdf572b60e86e6807b24f341f50112c8 /.zsh_functions | |
parent | 1bfd7308c8f5b59100199ec2fa3d597a3726d0b2 (diff) |
common workflow to rebase-and-merge so I want completion
Diffstat (limited to '.zsh_functions')
-rw-r--r-- | .zsh_functions/_git-rbm | 3 |
1 files changed, 3 insertions, 0 deletions
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 |