hoe to revert back to a specific commit in my repo code example
Example 1: revert git commit
git revert <the_commit_hash>
Example 2: git revert to old commit
git reset --hard c14809fa
git revert <the_commit_hash>
git reset --hard c14809fa