Kind of a long story, but here's the deal:
on GitHub:
a repo that I downloaded the source code from (just via a zip, not by cloning it) a fork of that repo that I was going to push changes to.
on my local machine, I unzipped the master repo's source code that I downloaded and did some work on it.
Now, I'm in the situation where I want to push these changes back to the remote forked repo, but since I didn't set up the repo locally when I first got the source code, I'm not sure what to do.
Any help?
Thanks
Mustafa