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
When running av sync with some branches that aren't yet PRs, it doesn't push them to the remote.
There was a previous issue that recommended using av stack for-each -- git push but this has been deprecated now.
I would like to push my branches up to the remote by default so that my work in progress is: 1) safe from my laptop breaking, 2) visible to other people before PR stage.
Is there a reason why it doesn't seem straight-forward/easy to push your stacked branches up to the remote before making PRs? Is there planned support for something when av stack for-each goes away?
The text was updated successfully, but these errors were encountered:
When running
av sync
with some branches that aren't yet PRs, it doesn't push them to the remote.There was a previous issue that recommended using
av stack for-each -- git push
but this has been deprecated now.I would like to push my branches up to the remote by default so that my work in progress is: 1) safe from my laptop breaking, 2) visible to other people before PR stage.
Is there a reason why it doesn't seem straight-forward/easy to push your stacked branches up to the remote before making PRs? Is there planned support for something when
av stack for-each
goes away?The text was updated successfully, but these errors were encountered: