Skip to content

Latest commit

 

History

History
executable file
·
42 lines (29 loc) · 1.33 KB

version-control.md

File metadata and controls

executable file
·
42 lines (29 loc) · 1.33 KB

Version Control

What is a DIFF - example needed

Version control for smaller increments

  • Why is it so hard to see code from 5 minutes ago?
    • We often undo and redo in batches while refactoring
    • with undo/redo we don't know where we are int history and we cant easily visualise the changes
    • wouldn't it be good to have a timeline slider for actions

Next Gen

  • Eden by Facebook
    • Mercurial++

Platforms