We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was trying this but it didn't work.
# Disable auto-completion of remote branches on `git checkout` # Source: http://stackoverflow.com/a/17133279/1901977 zstyle ':completion::complete:git-checkout:argument-rest:headrefs' command "git for-each-ref --format='%(refname)' refs/heads 2>/dev/null"
The text was updated successfully, but these errors were encountered:
Some ideas on how to tackle it here: http://stackoverflow.com/questions/12175277/disable-auto-completion-of-remote-branches-in-zsh
I tried the _call_program approach, but it seems deprecated.
_call_program
Sorry, something went wrong.
No branches or pull requests
I was trying this but it didn't work.
The text was updated successfully, but these errors were encountered: