Let's say I have 5 local commits:
- commit 1
- commit 2
- commit 3
- commit 4
- commit 5
At this point when I'm working, I'd like to go back to commit 2.
How would I do so?
This was so easy using snapshots in previous versions of Xcode.
"Discard changes" only goes back to commit 5, right?