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
Currently, when rebasing a long stack, the process is bottlenecked on network speed -- each branch has to get pushed in order. I'm wondering if it is possible to do local rebases first and then push all branches together. Potentially compressed, or as a background task.