logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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