Held on Apr. 17, 14:00 UTC | Video / livestream: https://youtu.be/dW2iPnxQgdM
How to be a better teammate and contributor with git.
We'll go over some useful workflows, commands, tools, and tips and tricks!
Agenda
Introduction
Commands
git log (8:05)
git diff (9:55)
- Index (
--cached) vs. working copy
git grep (12:46)
git blame (18:32)
git stash (20:17)
- Show (
show stash@{X})
- Patch (
-p)
git add (24:33)
- Interactive (
--interactive)
- Patch (
-p)
git commit (28:16)
- Amend (
--amend)
- Body messages
git rebase (31:45)
git cherry-pick (38:30)