Loading...

Tag: git revert

Git Reset Vs Git Revert

In this article I will explain the usage of two important git commands git reset and git revert. Both the commands are used to undo changes or commits, but there [ … ]