Exploration in Source Control
Explore with safety.
less than a minute
The Change
When you think of an other idea from what you’re doing, create a branch at the point the idea diverges, and name both branches probably_wrong/
.
The Value Proposition
Source control is so much more than just a tool for storing code and merging it between team members.
Examples include:
- Exploring multiple ideas in parallel.
- Eliminating ideas that turned out to be actually wrong.
- Changing history by fixing mistakes in the past.
- Resetting the time continuum to before you changed history.
Please log in
This content is only available to students. Please log in to access it.