Git More Done, 2022 Edition
git
Rarely does a month go by that I don't stumble on some feature or option in Git that could have been brought to my attention yesterday. Building on your day-to-day understanding of Git, this session will share a plethora of real-world productivity tips, from useful config settings and aliases to power tools like interactive rebase with autosquash, patchwise add, reflog and bisect.
Prerequisites
Familiarity with basic Git concepts and commands (branches, checkout/switch, commit).
Take Aways
- Expert Git configuration
- Git history-optimization tools like interactive rebase and patchwise add
- Git power tools like bisect and reflog
- New-ish Git commands like switch and restore