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
Most of the time when I run git up, there isn't actually anything to do or only fast-forwards that don't need any checkouts. git up could run a lot faster in these cases if it would avoid stashing my changes.
Most of the time when I run
git up, there isn't actually anything to do or only fast-forwards that don't need any checkouts.git upcould run a lot faster in these cases if it would avoid stashing my changes.