Here's the output from > git status
MacBook:Ja.git alan$ git status
On branch alan-1
Your branch is up to date with 'origin/alan-1'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: Ja/App/App.xaml.cs
no changes added to commit (use "git add" and/or "git commit -a")
MacBook:Ja.git alan$
I made changes to the App.xaml.cs but didn't yet commit.
Not sure if it makes any difference but I am using Visual Studio as my front-end and I also have access to git on the command line.
How can I back out of the changes that I made and restore App.xaml.cs to the way it was before I edited it?
Can I do it from the Visual Studio menu here: