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 fetch --all can be annoying #17

Open
rconradharris opened this issue Jul 10, 2013 · 0 comments
Open

git fetch --all can be annoying #17

rconradharris opened this issue Jul 10, 2013 · 0 comments
Labels

Comments

@rconradharris
Copy link
Owner

If you have all your remotes stored in your ~/.gitconfig, then doing a fetch --all will cause everything to be synced, not what we wanted.

We should probably have the following behavior:

  1. By default perform a git fetch against origin
  2. Add an option which allows you to specific which repos to fetch
  3. One value could be 'all'
  4. Allow a ~./plyrc to specify this value permanently
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant