git-*: add and update Korean translation (#14031)
* git-a*: add and update Korean translation * git-b*: add and update Korean translation * git-*: add and update Korean translation * Update git-standup.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
16
pages.ko/common/git-check-ref-format.md
Normal file
16
pages.ko/common/git-check-ref-format.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# git check-ref-format
|
||||
|
||||
> 참조 이름이 적절한지 확인하고, 그렇지 않으면 0이 아닌 상태로 종료.
|
||||
> 더 많은 정보: <https://git-scm.com/docs/git-check-ref-format>.
|
||||
|
||||
- 지정된 참조 이름의 형식 확인:
|
||||
|
||||
`git check-ref-format {{refs/head/refname}}`
|
||||
|
||||
- 마지막으로 체크아웃한 브랜치 이름 출력:
|
||||
|
||||
`git check-ref-format --branch @{-1}`
|
||||
|
||||
- 참조 이름을 정규화:
|
||||
|
||||
`git check-ref-format --normalize {{refs/head/refname}}`
|
Reference in New Issue
Block a user