Git How do I Push a project, that was Downloaded from Source

Posted by JZ on Stack Overflow See other posts from Stack Overflow or by JZ
Published on 2010-04-04T03:41:28Z Indexed on 2010/04/04 3:43 UTC
Read the original article Hit count: 370

Filed under:
|

I worked with a graphic designer that did not clone from my github account. He downloaded the project from source rather than using the command "git clone". Since he pulled his files, a month has gone by and I want to do the following tasks:

  1. Create a new branch
  2. Push the graphic designers project into that branch
  3. Merge his branch with Master

I've tried the following the github forking guide with not much luck; when I attempt to push the files into a new branch I get an error: fatal: Not a git repository (or any of the parent directories): .git

How do I do this?

© Stack Overflow or respective owner

Related posts about git

Related posts about github