We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5607caa commit 5a40dd8Copy full SHA for 5a40dd8
pages/common/git-for-each-repo.md
@@ -0,0 +1,13 @@
1
+# git for-each-repo
2
+
3
+> Run a Git command on a list of repositories.
4
+> Note: this command is experimental and may change.
5
+> More information: <https://git-scm.com/docs/git-for-each-repo>.
6
7
+- Run maintenance on each of a list of repositories stored in the `maintenance.repo` user configuration variable:
8
9
+`git for-each-repo --config={{maintenance.repo}} {{maintenance run}}`
10
11
+- Run `git pull` on each repository listed in a global configuration variable:
12
13
+`git for-each-repo --config={{global_configuration_variable}} {{pull}}`
0 commit comments