Re: Is there any plan to support partial checkout or submoudule improvement?
From: Lars Hjemli <hidden> Date: 2016-06-15 22:43:41
On 10/16/07, franky [off-list ref] wrote:
I want a single "git-pull" to deploy a new version and a
single "git-reset" to back to versions before
Well, there is always
$ git archive --remote=<repo> <revspec> <path> | tar -x
This is effectively a partial checkout of an arbitrary revision from a
remote repo.
--
larsh