I am new to github and trying to start a repository. I keep searching for how to's on here but the the things people mention dont seem to exist and they dont link directly.
I installed git and did the git init/add/commit thing locally. worked ok. I also had previously created a repository on the website with an initial commit of the reade. Now that I have made two initial commits in two separate places, nothing seems to want to sync up. So I think I will delete the repository Dan start over.
While I'm doing that, I think I'd like to (if possible) start the repository based on an old zip of my code (i zip it up every release) and then upload the zip for each release so that I can have some history in the repository.
How would I go about doing that?
And what would have made the original repository sync up without so many errors? I got errors while pushing about non-fast-forward updates, and i got errors pulling about did I run git update-server-info on the server. Merging told me my URL did not point to a commit.
I looked at the documentation on git and that also seemed to reference things I couldnt find. All the local git commands seem to work, but nothing that involves communicating with the git server (github) seems to be.
Thanks for any guidance.