DEV Community

[Comment from a deleted post]
Collapse
 
jessekphillips profile image
Jesse Phillips

Well it has been too long for me to explain how I understood git. I actually started posting to Dev.to because I wanted to convey the importance of using more than just the basics of git.

It is interesting you mentioned wanting to revert to a previous commit and the solution is to throw out git until you're done. File systems don't have previous commits (not in the context we are discussing).

Maybe start with why and then you'll be better prepared to seek how.