I found some similar questions but they are slightly different from what I need here. I am study the mit6.828 jos course. For the lab section. They use their own repo to distribute and track lab code. They have few labs, which is build one upon another. I cloned the lab repo to my local disk. I want to track my progress in my github repo. I wan't able to push the untouched folder to my repo.
My question is how could I use my github to track my progress to the lab1, and later update the repo to lab2, and keep working on it and so on. I found this thread, Cloning a repo from someone else's Github and pushing it to a repo on my Github, but it seems not work as I needed. I also find this help document from github, I think they are related solution, but I don't quite understand. Anyone can understand it please help.Thank you.