Skip to content
New issue

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

git remote doesn't tab-complete set-branches or set-url #561

Closed
rkeithhill opened this issue Apr 14, 2018 · 0 comments
Closed

git remote doesn't tab-complete set-branches or set-url #561

rkeithhill opened this issue Apr 14, 2018 · 0 comments

Comments

@rkeithhill
Copy link
Collaborator

System Details

  • posh-git version/path: 1.0.0-beta1
  • PowerShell version: 6.0.2
  • Git version: 2.16.1.windows.4
  • Operating system name and version: Windows 10 1709

Issue Description

git remote set-<tab> only tab-completes set-head and not set-url or set-branches as this line of script implies it should:

# Handles git remote (rename|rm|set-head|set-branches|set-url|show|prune) <stash>
"^remote.* (?:rename|rm|set-head|set-branches|set-url|show|prune).* (?<remote>\S*)$" {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant