Below you will find pages that utilize the taxonomy term “Git”
postsread more
git / github / gitlab rollback, revert
have to enable push -f
in gitlab first.
git reset --hard [hash]
git push -f origin master