Situation:
- Edit files
- Add files to the index
- Edit more files
Now we have three different states. The state of HEAD, the state of the index and the state of the working tree. What is the command to undo changes in the working tree so that it matches the state of the index?