git update-ref

Git command for creating, updating, and deleting Git refs. More information: https://git-scm.com/docs/git-update-ref.

git update-ref -d {{HEAD}}

git update-ref -m {{message}} {{HEAD}} {{4e95e05}}