mirror of https://github.com/CrimsonTome/tldr.git
18 lines
367 B
Markdown
18 lines
367 B
Markdown
|
# git alias
|
||
|
|
||
|
> Git 명령어 단축어 생성.
|
||
|
> `git-extras`의 일부.
|
||
|
> 더 많은 정보: <https://github.com/tj/git-extras/blob/master/Commands.md#git-alias>.
|
||
|
|
||
|
- 모든 단축어 리스트:
|
||
|
|
||
|
`git alias`
|
||
|
|
||
|
- 새로운 단축어 생성:
|
||
|
|
||
|
`git alias "{{단축어_이름}}" "{{명령어}}"`
|
||
|
|
||
|
- 이미 존재하는 단축어 검색:
|
||
|
|
||
|
`git alias ^{{단축어_이름}}`
|