clink
clink copied to clipboard
Git branch completion
I am working on a git branch completion:
https://gist.github.com/wald-tq/0f274c3dd561dd8f0f7189c65b825f55
It is still work in progress, but maybe you are interested in integrating it. It features a branch autocompletion for clink:
git checkout pri<TAB>dev<TAB>A
expands to
git checkout private/develA
+1
Let us know when you have something working :)
I'm not working on it anymore