git, git-abort, git-add, git-alias, git-cherry-pick, git-clone: add Korean translation (#8035)
This commit is contained in:
17
pages.ko/common/git-alias.md
Normal file
17
pages.ko/common/git-alias.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# git alias
|
||||
|
||||
> Git 명령어 단축어 생성.
|
||||
> `git-extras`의 일부.
|
||||
> 더 많은 정보: <https://github.com/tj/git-extras/blob/master/Commands.md#git-alias>.
|
||||
|
||||
- 모든 단축어 리스트:
|
||||
|
||||
`git alias`
|
||||
|
||||
- 새로운 단축어 생성:
|
||||
|
||||
`git alias "{{단축어_이름}}" "{{명령어}}"`
|
||||
|
||||
- 이미 존재하는 단축어 검색:
|
||||
|
||||
`git alias ^{{단축어_이름}}`
|
Reference in New Issue
Block a user