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
The "commits" tree view has a "Restore" command that basically does a git checkout of that version of the file into the index. I think it would be a lot more intuitive for git users if this were called "Checkout", as it seems to be the same as the git checkout ref -- file command we use on the CLI.
The text was updated successfully, but these errors were encountered:
I changed it to be Restore (Checkout) as that should make it clearer -- and aligns with the more recent git restore command (as checkout has been split into restore and switch)
The "commits" tree view has a "Restore" command that basically does a
git checkout
of that version of the file into the index. I think it would be a lot more intuitive for git users if this were called "Checkout", as it seems to be the same as thegit checkout ref -- file
command we use on the CLI.The text was updated successfully, but these errors were encountered: