Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in undo

What is difference between 'git reset --hard HEAD~1' and 'git reset --soft HEAD~1'?

git undo git-reset

Design Pattern for Undo Engine

design-patterns undo

Undo git reset --hard with uncommitted files in the staging area

SVN undo delete before commit

How is the undo tree used in Vim?

vim undo

How to go back (ctrl+z) in vi/vim

vim vi back undo undo-redo

Undo git mv (rename)

git rename undo mv

Undo git update-index --skip-worktree

git undo

Git undo changes in some files [duplicate]

How to undo a git pull?

git undo pull

How do I "un-revert" a reverted Git commit?

git undo revert

How do I do redo (i.e. "undo undo") in Vim?

vim undo redo

git undo all uncommitted or unsaved changes

How to uncommit my last commit in Git [duplicate]

git undo git-reset git-index

Can I delete a git commit but keep the changes?

git undo git-reset

How to undo "git commit --amend" done instead of "git commit"

git commit undo git-amend

Undo working copy modifications of one file in Git?

Undoing a git rebase

git rebase git-rebase undo

Undo a Git merge that hasn't been pushed yet

git undo git-merge

Reset local repository branch to be just like remote repository HEAD

git undo