None atm.
Don’t laugh…
Just trying to deploy my local environment to GitHub pages 😂
None atm.
Don’t laugh…
Just trying to deploy my local environment to GitHub pages 😂
Ah, so is it like git commands got u down or?
Well, I had it working ok. Managed to push my stuff up but not without issues. Then yesterday my mac crashed and today I’m missing file and the basic GitHub commands don’t work returning cryptic errors. Chatgpt tells me to check package.json and I did and everything seems fine there. Not sure where to go from there.
hm, one thing you can do is, clone the remote repo into another folder.. then you have a backup copy. Then you can either copy the files there over top, and do another commit and push, or you could force push what you have. Either way, you won't loose anything cause you have the backup copy. I do this a lot when I git scared 🤔