git, git-abort, git-add, git-alias, git-cherry-pick, git-clone: add Korean translation (#8035)

This commit is contained in:
Choi Young-jin
2022-04-20 16:40:24 +09:00
committed by GitHub
parent 87781641f6
commit 263bc24e11
6 changed files with 144 additions and 0 deletions

View 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 ^{{단축어_이름}}`