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-for-each-repo.md
Normal file
13
pages.ko/common/git-for-each-repo.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# git for-each-repo
|
||||
|
||||
> 여러 저장소에서 Git 명령을 실행.
|
||||
> 참고: 이 명령은 실험적이며 변경될 수 있습니다.
|
||||
> 더 많은 정보: <https://git-scm.com/docs/git-for-each-repo>.
|
||||
|
||||
- `maintenance.repo` 사용자 구성 변수에 저장된 목록의 각 저장소에서 유지 관리를 실행:
|
||||
|
||||
`git for-each-repo --config={{maintenance.repo}} {{maintenance run}}`
|
||||
|
||||
- 글로벌 구성 변수에 나열된 각 저장소에서 `git pull` 실행:
|
||||
|
||||
`git for-each-repo --config={{global_configuration_variable}} {{pull}}`
|
Reference in New Issue
Block a user