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