git-completion
git-completion copied to clipboard
Git completion stuff
I'd like to reboot https://github.com/ohmyzsh/ohmyzsh/issues/8767 and get this properly upstreamed here. Would you accept a contribution for this? Should this be configurable?
* zinit does not play well with symlinked completions * zinit will pick up this completion, which ends up breaking the git completion and preventing the git-completion.zsh from being used...
the subcommand descriptions aren't working for me: Is this intended behavior?
Missing completion for `git restore --staged`, default git completions provide this. Haven't checked if similar arguments are missing.
Feature request: put the two completion files into a folder, then that folder can just be added to $fpath and there will no longer be any manual updating with `cp`...