If you want to revert your changes made in a given directory with git versioning, execute this command:
This will also handle staged and unstaged files.
git clean -df & git checkout -- .
This will also handle staged and unstaged files.
No comments:
Post a Comment