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 bytefreaks.net #
 
PREVIOUS NEXT
Tagged: #git #remove
ADD COMMENT
Topic
Name
4+8 =