Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 368 Bytes

README.mdown

File metadata and controls

7 lines (4 loc) · 368 Bytes

#RXVersionedUndoManager

An experimental undo manager subclass which saves undo state to a git branch.

Spawned by a conversation between @rob_rix and @rentzsch on Twitter. The premise:

Binding the undo manager to git so you could branch and merge easily. Have the undo manager commits in a separate branch and then merge them into master with nice commit messages.