Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git remove all changes

For all tracked unstaged files use:

git checkout -- .
The . at the end is important.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #remove
ADD COMMENT
Topic
Name
5+1 =