Git - Task9
From EdWiki
Everyday tasks with Git
git reset
help you to revert the most recent commit only
- Revert older commit by hiding is bad
Use git revert to introduce a patch to revert the merge/commit done.
git reset
help you to revert the most recent commit only
Use git revert to introduce a patch to revert the merge/commit done.