How To Revert a Single File to a Specific Commit Using git

Author: , March 18th, 2019

~or~

How To Revert All Changes in a git Branch

Author: , August 2nd, 2018

git checkout -f

How To Find the Currently Checked Out GIT Branch

Author: , November 15th, 2012

git rev-parse –abbrev-ref HEAD