You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be 💯 if we could allow fetch to receive a ref option
One 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