how to drop uncommitted changes in git code example Example 1: git undo all changes git reset --hard Example 2: git reset one file git checkout HEAD -- my-file.txt