I'm pretty newbish at this...
- I had a zip file on my Harddisk of many sourcecode files.
- I unzipped it and have worked on some of the files. I have now 'init'd a repository in the folder. (Obviously it believes there are no changes because it's just been init'd)
- I've extracted the zip file (1) into a REMOTE repository. How can I compare the LOCAL (2) with the REMOTE (3) repository? (Am I pushing/cloning/pulling? etc)
Thanks in advance :)