Top "Undo" questions

Undo is a command in many computer programs.

Undo git mv (rename)

What is the right way to undo a rename in git, like: git mv file1 file2

git rename undo mv
Is there any way to undo the effects of "git revert head"?

I've accidentally run the command against the wrong branch in my repository - is there a way to undo this …

git undo revert
Is there a way to recover from an accidental "svn revert"?

I managed to shoot myself in the foot this morning by doing the following: Started working on a change to …

svn undo revert
Undoing a commit in TortoiseSVN

I committed a bunch of files (dozens of files in different folders) by accident. What is the easiest, cleanest (and …

svn tortoisesvn undo
How to undo a merge (without commit)?

I just did an svn merge to merge changes from the trunk to a branch: $ svn merge -r328:HEAD file:///…

svn merge commit undo
Autotools: how to cleanup files created by "./configure" in lighttpd project?

I'm trying out lighttpd for an embedded Linux project. I got the latest source package and started writing a master …

makefile autotools configure lighttpd undo
DbContext discard changes without disposing

I have a desktop client application that uses modal windows to set properties for hierarchical objects. Since this is a …

c# .net entity-framework dbcontext undo
Best design pattern for "undo" feature

Possible Duplicate: Design Pattern for Undo Engine In general, how do you deal with supporting an "undo" feature in your …

design-patterns undo
Building Undo Into an Excel VBA Macro

Excel macros do not seem to allow the use of "undo" after running them. Is there any way to bake …

vba excel undo
Using Vim's persistent undo?

One of the new features in Vim 7.3 is 'persistent undo', which allows for the undotree to be saved to a …

vim undo undo-redo