
Understanding Git
Coding Blocks
00:00
What I Like the Most About Git
git does not commit the changes from your working tree into the repository a so instead of committing those things straight in into the repository, like you might have done with a subversion or something like that back in the day. The changes are registered in the index that is also referred to as the staging area, before you actually on commit those changes into the repository. If you were to think of everything as a commit and then build on it from there, then what you just said wouldn't a made sense, right? Because a branch is nothing more than a commit. And much we talked more about commits already, but here's where i was going to go.
Transcript
Play full episode