Reputation: 8887
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.
Upvotes: 1
Views: 541