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}}