hiw to discard all changes git code example
Example: git discard changes
Undoing the changes in the working directory
Use the checkout command in order to checkout the repository’s version.
RUN:
git checkout hello.html
Undoing the changes in the working directory
Use the checkout command in order to checkout the repository’s version.
RUN:
git checkout hello.html