
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@blackglory/git-list
Advanced tools
git-list is a tool for batch operation of git repositories,
it uses the git-list.yaml file in the current directory
as the single source of truth.
npm install --global @blackglory/git-list
# or
yarn global add @blackglory/git-list
Usage: git-list [options] [command]
A tool for batch operation of git repositories
Options:
-V, --version output the version number
--concurrency <concurrency> concurrency (default: "1")
-h, --help display help for command
Commands:
clone execute `git clone` on all of repositories in the list
pull execute `git pull` on all of repositories in the list
push execute `git push` on all of repositories in the list
status execute `git status` on all of repositories in the list
show-current-branch execute `git branch --show-current` on all of repositories in the list
purge [options] delete all non-hidden directories and files that are not in the list
help [command] display help for command
A YAML file with the array of URLs for repositories, it is the single source of truth of git-list.
git-list maps the URL to the pathname of the repository.
For example, it map git@example.com:owner/repo.git to example.com/owner/repo,
so git-list clone means git clone git@example.com:owner/repo.git github.com/owner/repo.
FAQs
A tool for batch operation of git repositories
The npm package @blackglory/git-list receives a total of 1 weekly downloads. As such, @blackglory/git-list popularity was classified as not popular.
We found that @blackglory/git-list demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.