MyLeoNes™

Undo and version history — Computing, 7–10

Digital work can keep earlier states, so one mistake need not ruin everything. Computing, 7–10 years.

Going back safely

Undo lets you remove a recent change and return your work to how it was just before. Many programs remember a chain of earlier states, not just one. Version history goes further by keeping named or dated copies, so you can compare changes or return to an older version later.

Why this was needed

Before digital undo, correcting a drawing or page often meant rubbing, cutting or starting again. Those actions could destroy work that was hard to recreate. Undo and version history solve the problem of trying things safely: the computer can keep earlier states while you experiment, revise and change your mind.

Fixing a drawing

You draw a blue tree, then accidentally colour the whole page red. Step 1: stop instead of making more changes. Step 2: choose Undo once, which removes the red fill. Step 3: check that the blue tree remains. If you made several changes afterwards, open the version history and choose the dated copy from before the accident.

Undo is not a magic reset

A reasonable mistake is to expect Undo to repair anything, even after closing the program or deleting the file. Undo usually remembers only changes in the current session, and each press removes one step in order. Version history may help, but it is not guaranteed unless a copy was actually saved.

A safety net for real work

Undo is useful when editing photos, building a game, arranging slides or writing a story. Version history is especially valuable when a document changes over days, because you can see what was different yesterday without asking someone to remember. Use it to experiment, but still save important work deliberately.

Keep exploring

Other languages

Loading MyLeoNes™…