The reason I want to do this is to save off some in-dev work (which I've branched off of my fork, and now my fork is safe to overwrite)
I've followed the step from this post: do a git pull to overwrite local changes which involved:
(being on my master folder)
git checkout
git reset --hard *ForkOrigin*
That worked to update disk with the style I wanted, but I also care to commit files and overwrite the past changes. As I mentioned, already branched them to save them off for now.
When I do git commit "update comment" it Errors with: pathspec 'update comment' did not match any file(s) known to git.
"git status" command reports nothing to commit.
Would someone offer help as to what command would be helpful for getting the changed files in?