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
I think it would be useful for some projects to have the possibility of being able to run gh push -u origin,github, such that subsequent runs of gh push do the equivalent of gh push origin,github, in the same manner that git push -u works with single upstreams.
I can try implementing this, but I'm not quite sure what approach to take with storing the upstream data.
The text was updated successfully, but these errors were encountered:
I think it would be useful for some projects to have the possibility of being able to run
gh push -u origin,github
, such that subsequent runs ofgh push
do the equivalent ofgh push origin,github
, in the same manner thatgit push -u
works with single upstreams.I can try implementing this, but I'm not quite sure what approach to take with storing the upstream data.
The text was updated successfully, but these errors were encountered: