Ah, that's a good point. Git commands in Mercurial need to have "git" before the command since a lot of them are the same commands between Git and Mercurial. I completely spaced that.
I still get this though:
Dynasty Thingifier% git reset --hard
fatal: Not a git repository (or any of the parent directories): .git
This is with my Thingifier repository selected so I'm not sure what to do. I may need to look into Mercurial's reset command instead. (Didn't do the HEAD~1
part since I need to revert back a fair distance and that only goes back one commit from what I was reading in the help file.)
last edited at Oct 13, 2017 10:41PM