brand new to GiT and having an issue with it; I'm working in a branch ("design") and I've made a number of changes but I need to discard them all and reset it to match the repository version. I thought git checkout design would do it, but it just tells me I'm already in branch 'design' and that I have 3 modified files.
How would I discard those changes and get the branch as it stands now on the remote server?