Would like to update to 2.17 from 2.16 but for some reason the way the 2.16 was installed was that the git clone was done in a download directory and then the files were moved into place.
As a consequence, git fetch origin results in
fatal: not a git repository (or any parent up to mount point /)
I guess there is nothing I can do now to make git think that it is updating something, since there are no update files?
Do I just rename the webwork2 and pg directories and get a new "real" clone?