tldr/pages/common/git-alias.md

18 lines
315 B
Markdown
Raw Normal View History

2021-05-17 19:12:45 +01:00
# 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}}`