Hi, On Tue, 22 Jan 2008, ab_lists@mac.com wrote:My recommendation: Use bundles. Just make the initial "clone" like this: $ git bundle create initial.bundle --all Send the file "initial.bundle" (which you just created) to your co-developer. He should now initialise his repository: $ mkdir my-new-workdir $ cd my-new-workdir $ git init $ git pull /path/to/initial.bundle master (Someone tried to get "git clone /path/to/bundle" to work, but I don't know if that work was ever completed, so I assume it was not.) Whenever he wants to send you an update, he has to do something like this: $ git bundle create update.bundle --all --since=2.weeks.ago and send you the resulting file named "update.bundle". Hth, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Linus Torvalds | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Andrew Morton | 2.6.25-mm1 |
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
git: | |
| David Miller | [GIT]: Networking |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| Natalie Protasevich | [BUG] New Kernel Bugs |
