mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:22:07 +02:00

* 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>
13 lines
540 B
Markdown
13 lines
540 B
Markdown
# 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}}`
|