Understanding the Differences: GIT Reset vs. GIT Revert
GIT Reset
Let us know about what is Head pointer first
Head Pointer - It points out the last commit to the current branch.
git reset
git reset is used to undo the changes from the Repository
git reset will reset the commit point to the previou...
managing-source-code-git-and-github.hashnode.dev2 min read