Below you will find pages that utilize the taxonomy term “Git”
posts
hugo git hash, build time extract instead of using .GitInfo
getting git info, git hash in build time when deployed, avoid using the official .GitInfo
read morepostsread more
git / github / gitlab rollback, revert
have to enable push -f
in gitlab first.
git reset --hard [hash]
git push -f origin master