Вопрос

Following the GitHub tutorial, how would I do something like this?

git read-tree --prefix=somedir/ -u someproject/commit-id:somedir

What I want is not to work with the master or any other branch, but a specific commit.

Это было полезно?

Решение

git read-tree --prefix=somedir/ -u 360dde47f3:somedir
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top