Quick preface, I have very little experience with git and other console based programs.
That being said, the problem at hand is that I used git reset --hard HEAD~
to roll back to a previous commit due to some corruption, but I ended up going one commit too far. Is there any way to undo the rollback or go forward a commit? I haven't synced it to the web yet.