Top "Revert" questions

Revert generally refers to operations that put a system, environment, or application into a previous state.

Git: how to revert a branch merge without overwriting history?

I have two branches: master and opengl. I recently finished implementation (or at least I thought so) of opengl branch …

git merge branch revert
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
How to revert multiple commits as part of a single commit

This is not a major problem, just something I want to know whether or not is possible. Let's say we …

git revert
Undo last commit/merge

I have messed up my git repo a little. I worked on a feature in a separate branch. After finishing …

git version-control commit revert
SVN Synchronize vs Update to Head (subclipse)

I'm fairly new to both Subversion and Subclipse and am seeing some issues that lead me to believe there is …

svn repository subclipse revert
Revert changes made by merge

The developer was commiting small changes to two files. But during this commit, he had a merge conflict which deleted …

git revert
git "revert" current directory

In svn it's possible to do svn revert ./* in which the current directory and ONLY the current directory gets reverted. …

git version-control reset git-checkout revert
Git: How to revert 2 files that are stubbornly stuck at "Changed but not committed"?

I have a repo that has two files that supposedly I changed locally. So I'm stuck with this: $ git status # …

git github revert
SVN Revert Trunk, remove a revision as if it never existed?

Is it possible in the svn server to remove a revision as if it never existed? So we have the …

svn revision revert svn-trunk