What This Session is About
You've made commits with 'git add' and 'git commit', but have you ever wondered what is actually happening when you run these commands? Git commands come in two flavors, porcelain commands like 'git add' and plumbing commands like 'git update-index'. In this session, you will learn how to amaze your friends using only Git plumbing commands to handle common tasks in Git.
Table of Contents
This class will be 100% command line! You will need:
- Git installed locally Get it
The cheat sheets for each activity are linked here: