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

feat(checkout): add --no-guess option #57

Merged
merged 2 commits into from
Mar 9, 2020

Conversation

shunkakinoki
Copy link
Contributor

The repo is awesome! utilizing it every day only to find new git commands I was unaware of until then.

This pr is to propose a --no-guess option to the checkout command
Often auto-completion in checkout results in unwanted remote repositories.
This option enables users to checkout only useful branches

Source:
https://stackoverflow.com/questions/6623649/disable-auto-completion-of-remote-branches-in-git-bash

The repo is awesome! utilizing it every day only to find new git commands I was unaware of until then.

This pr is to propose a `--no-guess` option to the `checkout` command
Often auto-completion in `checkout` results in unwanted remote repositories.
This option enables users to checkout only useful branches

Source:
https://stackoverflow.com/questions/6623649/disable-auto-completion-of-remote-branches-in-git-bash
@joelparkerhenderson
Copy link
Member

Thank you! Good idea. And yes please for any advice like this. The more we can do for larger repos and also monorepos, the better.

@joelparkerhenderson joelparkerhenderson merged commit 6e7ce65 into GitAlias:master Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants