Snippets tagged “undo”
2 snippets use this tag.
- How to Undo Git AddGit
Sometimes, it is necessary to undo something while working in Git. Find your fast solution for undoing git add in this snippet.
- How to Undo Git ResetGit
In this tutorial, you will learn about the short and more detailed methods of undoing git reset. Also, get familiar with the concept of the three trees.