#git
1 messages · Page 1 of 1 (latest)
hmm, I'm surprised you have anything left over from the revert after the hard reset.
It also seems weird that you'd not be tracking ProjectSettings or Packages
Did you just never add those two folders in the first place?
that's what you'd expect
(you could still have untracked files afterwards, though)
since the reset wouldn't touch those
yikes
I'm not sure if a revert will work right if it's for a commit that changed a scene
Git probably won't be able to remove just the changes from that commit and produce a valid scene
well my files seem to be all in one piece