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
For this, I am thinking of reusing the homepage of the web UI. Only instead of showing the commit history, we could list the stash itself with git stash list and use the commit explorer view to show the stashed changes using git stash show -p stash@{1}. Does this make sense?
Note: in either case, all uncommitted items must be owned by the current user.
The text was updated successfully, but these errors were encountered: