git config --global --edit
git revert <commit_id> #Without Hash

git commit -m 'message'

git push