mirror of
https://github.com/flynx/git-utils.git
synced 2025-10-28 18:50:09 +00:00
15 lines
317 B
Markdown
15 lines
317 B
Markdown
# git-utlis
|
|
|
|
This package provides a set of git _meta-porcelain_ commands to manage
|
|
a work tree with multiple git repositories.
|
|
|
|
Provided commands:
|
|
- `git listall`
|
|
List repositories in tree.
|
|
- `git cloneall FILE`
|
|
Clone all repositories in file
|
|
- `git pullall`
|
|
Pull changes for all repositories in tree
|
|
|
|
|