hi
trying to update my googlephotos and am facing the error.
error: Your local changes to the following files would be overwritten by merge:
package-lock.json
Please commit your changes or stash them before you merge.
error: The following untracked working tree files would be overwritten by merge:
.vscode/settings.json
types/google-photos.d.ts
types/type.d.ts
Please move or remove them before you merge.
so i managed to git checkout package-lock.json.
but when i tried to git checkout .vscode/settings.json, i got the error error: pathspec ‘.vscode/settings.json’ did not match any file(s) known to git. same goes for the types/google-photos.d.ts and types/type.d.ts
what should i do next?
