The Code Time Traveller
Git & GitHub
Every save point is a choice. Don't lose the timeline.
Recover the deleted commit
You can find a commit that no branch points at and give it a name before garbage collection takes it.
The Chronograph
You can explain what Git stores and recover work that looks deleted.
The Shared Timeline
ProYou can collaborate on GitHub without rewriting anyone else's history by accident.
The Daily Drivers
ProYou can configure Git and recover work without rewriting shared history.
Surgery Hours
ProYou can choose revert, reset, cherry-pick and bisect without guessing.
The Platform
ProYou can use GitHub flow, protection and Actions without treating the website as Git.
Housekeeping
ProYou can keep a clone honest without shrinking history by accident.
The Review Floor
ProYou can keep remotes, amends and attributes from surprising a teammate.