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

Create Git Alias - Command Shortcuts | Online Free DevTools by Hexmos

Create Git aliases with this tool for shortcutting repetitive commands. Enhance workflow and boost productivity through command-line efficiency. Free online tool, no registration required.

git-alias

Create shortcuts for Git commands. Part of git-extras. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-alias.

  • List all aliases:

git alias

  • Create a new alias:

git alias "{{name}}" "{{command}}"

  • Search for an existing alias:

git alias ^{{name}}

See Also