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
@kahlil29 It should work like git checkout -- . + couple extra tricks to remove untracked files. This command will completely remove all local changes. This is useful when you want to play with some library locally, but not really need it. Since the changes are irreversible, hit clear command will prompt about whether you are sure you want to do this and will have -f|--force flag to ignore prompt.
It should clear all modified/new/deleted files and return to the previous state.
The text was updated successfully, but these errors were encountered: