git undo or revert all local changes February 21, 2014 If you want to undo all local changes, you can run "git checkout ." . For more see http://stackoverflow.com/questions/14075581/git-undo-all-uncommited-changes Read more