pushing and pulling changes to a remote after using "Download Copy"

43 views Asked by At

Let's say that I downloaded a copy of a git repo using the "Download Zip" option. I started making changes, then realized that the rest of the world might like to have access to my work. After I do a git init, what do I need to do to get the repo into the same state that it would have been, if I have used git clone from the start?

0

There are 0 answers