Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Trying to learn about SCM history/revision/restore algorithms, especially GIT

I'm trying to dig up resources on how version control algorithms operate on data, and I'm especially interested in the way git's mechanism operates. I realize git does many different things, but in particular I'm interested in how history is saved and restored. I'd appreciate any links or article references anyone can point me to. thanks :)

like image 703
sa125 Avatar asked Nov 17 '25 20:11

sa125


1 Answers

If you know how to use git and what it does, but you're curious how, then dig into gitcore-tutorial for start, it shows what objects are stored inside git repository, how it stores next revisions, what is revision and how to do it manually, how revisions are connected and so on.

This presentation is also helpfull in terms of showing how it all works. It was created by maintainer of git-scm page and one of github stuff, so he knows what he talks about.

like image 166
MBO Avatar answered Nov 20 '25 12:11

MBO



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!