Reset
Everything on SkillVeris tagged Reset — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Study Notes(2)
git reset Explained
How git reset moves the current branch pointer and optionally rewrites the staging area and working directory, and the meaningful difference between its --soft…
git revert vs git reset
Two different ways to undo changes in Git — revert creates a new commit that inverses a prior one, while reset moves the branch pointer and rewrites history —…