On Tue, 5 Jun 2012 17:55:48 +0200 Thomas TREHOU <[email protected]> wrote:
> Can I get my all project just with my .git directory. For example, I > would like to communicate with someone, but he doesn't have an access > to my server, can I send him only the .git directory in order to have > my complete project ? Look at the `git bundle` command--it was specifically designed for transferring Git repositories (or parts of them) using sneakernet. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
