This presentation will cover the fundamental concepts of Git, an overview of frequently-used commands, and a practical demonstration of using Git in a project. This presentation will be useful for people who are new to Git, are new to version control in general, or fall into that category of "I use it but I don't really know why I'm typing the commands I'm typing."
We will start with an overview of Git fundamentals including the work tree, index, objects, hashes, and commits. We will move on to branching, merging, conflicts, and tags. We will then learn how to undo our mistakes (that's what version control's all about, right?!) and wrap up with an understanding of sharing our code to others using remotes, pushing, and pulling.
- Log in to post comments