Reputation: 1812
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?
Upvotes: 0
Views: 31