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
This is for situations where your code is in a good state, but you're not ready to commit yet. You want to take a 'snapshot' and save it to the stash in case you need to return to that state after making other changes. Some Git clients and tools already offer this feature. It’s already possible to do this manually by stashing with 'include untracked' and without 'only staged,' then applying the created stash. However, I’d prefer a quicker, one-click button on the toolbar to handle it.