gitpulls
v1.0.0
Published
Scan and batch pull updates for multiple Git projects in a directory
Maintainers
Readme
gitpulls
Scan and batch pull updates for multiple Git projects in a directory.
Usage
npx gitpullsNo installation required — npx will download and run it on demand.
How it works
- Scans the current directory for Git projects (subdirectories containing
.git) - Displays an interactive list of all found projects
- Press
Spaceto select/unselect projects - Press
ato select all - Press
Enterto pull the selected projects
Requirements
- Node.js >= 18
- Git
