5
I’m following a step-by-step project of a course, there they make a video lesson and at the end of it they commit to the github with the content made of that project in that class... In order to do it together and not simply clone the entire repository with the ready project I launch my commits together on my github of each class in the same way that they.
But I arrived at the end of a certain class that didn’t work, my code was the same as the teacher’s but made an exception and I’m trying to find where I did wrong and I didn’t find... I wanted to know if there’s any way I can just clone the commit from that class the teacher did, so that I can move on from that point on without getting the whole project done.
if I give git checkout + commit id appears fatal: Reference is not a Tree
– Kevin Ricci
And git clone would clone the entire repository, no ?
– Kevin Ricci
Yes clones the entire repository from that commit
– Carlos Baraúna