Hacker News new | past | comments | ask | show | jobs | submit login

git by itself, I recommend reading the README on the initial commit:

https://github.com/git/git/commit/e83c5163316f89bfbde7d9ab23...

It was only 1000 lines of C at the time, so it couldn't have needed a million different articles and blogs to explain.

That doesn't give you a workflow or explain any of the more advanced features. The workflow you can get from any cookbook list of shell commands, and the advanced features you can get from the manual.




Direct link to the README: https://github.com/git/git/blob/e83c5163316f89bfbde7d9ab23ca...

It's interesting to note that what is currently the index/staging area was, back then, only a cache. (which is also why you'll still find it called any of these three names, participating in the overall confusion)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: