hub*: add Korean translation (#14609)

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
HoJeong Im
2024-11-04 13:00:53 +09:00
committed by GitHub
parent a4b755fe73
commit bb903868c9
10 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# hub fork
> GitHub 저장소를 포크. `git-extras`의 `git fork`와 같음.
> 더 많은 정보: <https://hub.github.com/hub-fork.1.html>.
- slug로 GitHub 저장소를 포크:
`hub fork {{tldr-pages/tldr}}`
- 해당 URL로 GitHub 저장소를 포크:
`hub fork {{https://github.com/tldr-pages/tldr}}`
- 현재 GitHub 저장소를 포크하고, 원격 이름을 원본으로 설정:
`hub fork --remote-name {{원본}}`