--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # git alias > Create shortcuts for Git commands. > Part of `git-extras`. > More information: . - List all aliases: `git alias` - Create a new alias: `git alias "{{name}}" "{{command}}"` - Search for an existing alias: `git alias ^{{name}}`