git-*: add Korean translation (#13455)

* git-config: add Korean translation

* git-{commit-tree|commit-graph}: add Korean translation

* git-{reflog|stash}: add Korean translation
This commit is contained in:
Chooooo
2024-08-19 23:09:47 +09:00
committed by GitHub
parent a755d9362a
commit d9fa044399
5 changed files with 126 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# git reflog
> 로컬 Git 저장소의 브랜치, 태그, HEAD 등의 변경사항을 로그로 보여줍니다.
> 더 자세한 정보: <https://git-scm.com/docs/git-reflog>.
- HEAD의 변경된 기록을 표시:
`git reflog`
- 지정된 브랜치의 변경된 기록을 표시:
`git reflog {{브랜치_이름}}`
- 변경된 기록의 최근 5개 항목만 표시:
`git reflog -n {{5}}`