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:
13
pages.ko/common/git-var.md
Normal file
13
pages.ko/common/git-var.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# git var
|
||||
|
||||
> Git 논리 변수의 값을 출력.
|
||||
> `git var`보다 `git config`를 사용하는 것이 좋습니다.
|
||||
> 더 많은 정보: <https://git-scm.com/docs/git-var>.
|
||||
|
||||
- Git 논리 변수의 값을 출력:
|
||||
|
||||
`git var {{GIT_AUTHOR_IDENT|GIT_COMMITTER_IDENT|GIT_EDITOR|GIT_PAGER}}`
|
||||
|
||||
- 모든 Git 논리 변수를 [l]리스트:
|
||||
|
||||
`git var -l`
|
Reference in New Issue
Block a user