On 10/16/07, franky <yinping@xxxxxxxxxx> 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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html