git / github / gitlab rollback, revert
by JIMz
1 min read
have to enable push -f
in gitlab first.
git reset --hard [hash]
git push -f origin master
by JIMz
1 min read
have to enable push -f
in gitlab first.
git reset --hard [hash]
git push -f origin master