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
Inline addRemoteAndRefresh and selectRemoteAndCheckout into
addAndCheckoutRemote. It's not worth having them as separate helper functions
since they are only called from within addAndCheckoutRemote, and that function
is not overly long.
This fixes two issues:
- selectRemoteAndCheckout had an unused parameter remoteUrl
- the error return value from addRemoteAndRefresh was not checked
0 commit comments