git revert --no-edit CommitID
Author: runcodeguy
How to commit in Git
git commit -m 'Message'
How to unstage files in Git
git reset
How to stage files in Git
git add .
How to show the associated remote repositories and their stored name in Git project
git remote --verbose
How to remove Git from project
rm -rf .git