-
Notifications
You must be signed in to change notification settings - Fork 533
allow fetch to receive a ref
option
#361
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
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It's been a busy few months, and I've forked the repo so we can continue moving forward. I'll try to update this soon |
perlun
pushed a commit
that referenced
this issue
Jun 25, 2018
Merged pr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be 💯 if we could allow fetch to receive a
ref
optionOne example of why it's useful:
When interacting with GitHub pull requests, you need to specify a ref:
git fetch origin pull/20/head
This fetches a branch associated with a PR
The text was updated successfully, but these errors were encountered: