Discard Uncommitted Changes
In terminal:
type 'git status' [enter]
your changed files should show up
type 'git reset HEAD --hard' [enter]
Git should rewind to last commit and discarded tracked file changes (if you had created a new file it wouldn't have deleted that)
Then yr good 2 go!














