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
It's convenient to revert a file back to its last commit and discard any new changes. Currently you can do this with dot checkout <filename>. This will discard any changes without telling user.
Instead it should throw an error like: "<filename>" has uncommitted changes, use -f to override.
Also implement -f option for checkout.
The text was updated successfully, but these errors were encountered:
It's convenient to revert a file back to its last commit and discard any new changes. Currently you can do this with
dot checkout <filename>
. This will discard any changes without telling user.Instead it should throw an error like:
"<filename>" has uncommitted changes, use -f to override
.Also implement -f option for checkout.
The text was updated successfully, but these errors were encountered: