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
A common thing for me to do is clean up git state after a git status. Here's an example:
I'll often run rm <file1> <file2> or git checkout <file1> <file2> etc. after this. Could we have smarts when files are being suggested to auto fill recently seen git status files? I often use the mouse+clipboard to do this currently.