On Thu, 16 Oct 2014 06:22:42 -0700 (PDT)
Massoud Yeganeh <massoud.yega...@gmail.com> wrote:

> I am new in git and not a hands-on person
> A freelance is developing a website (Joomla) for me.
> What should I ask him on how to deliver the complete source code in
> git (without Joomla)?
> Should he install git on his PC, import the files and then export the
> files (in git format) and then send it to me?
> 
> FYI ... On my side my team will take the source code and install it
> on our own Joomla

Do you really need Git then?
I mean, if you both seem to be not familiar with the thing, your
contractor will not be able to maintain proper and clean history in
their repository, and you'll be unable to make use of it, if any,
so I'd say just ask them to deliver you a ZIP archive when they're done.

Otherwise, if you insist on using Git, and you see no way of sharing
the work using "normal" ways (you fetch from the contractor's
repository or they pushing to your repository or you both using a
shared repository on a one of many public Git hostings), your
contractor could use the `git bundle` command to create an archive file
in a special format which can then be "imported" in another repository.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to