I know this question has been answered before. Here is the most popular thread: Git refusing to merge unrelated histories. What is 'unrelated histories'?
However, I have absolute 0 literacy in coding and don't know how to use a command.
--
To elaborate on my issue--I was able to create a functional site through Atom. I figured out how to publish through github by copying all files from the functional repository to the already created, same-name-as-my-github-profile repository. This allowed me to publish the site, but many elements are now broken. This seems to be because the transfer cleared files & folders apart from js/index/CSS. For instance, my icomoon custom fonts did not appear on the published site but do on the live server because (I assume) they are now missing in the repository but not my computer source url.
Fumbling around has caused me to encounter many more issues such as "Failed to commit - exit code 1 received," "This binary file has changed," etc. on Github Desktop. The original functioning repository also has had the non-js/index/CSS files wiped...
Is there any way to delete the pre-existing github named repository, create a new one of the same name, and drag my working code to this new, clean slate?
Any help is so very appreciated. Thank you.