Speed up `git checkout` completion
Open
Beginner friendly
- Dominant language
- Shell
- Stars
- 111
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
```
zstyle ':completion:*:*:git-checkout:*' tag-order 'heads-local heads tree-ishs commits'
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the repository's zsh configuration and find the existing git checkout completion setup, if any. Review how the shown zstyle tag-order setting affects git-checkout completion, then verify that completion prioritizes local heads, tree-ishes, and commits in that order.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- zsh
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100