logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Git Update Ref - Create Git Refs | Online Free DevTools by Hexmos

Create Git refs easily with Git Update Ref. Manage Git branches and tags, delete refs, and update Git repository references. Free online tool, no registration required.

git-update-ref

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

  • Delete a ref, useful for soft resetting the first commit:

git update-ref -d {{HEAD}}

  • Update ref with a message:

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

See Also