gitfetchs
v1.0.2
Published
Scan and batch fetch updates for multiple Git projects in a directory
Downloads
22
Maintainers
Readme
gitfetchs
Scan and batch fetch updates for multiple Git projects in a directory.
Usage
npx gitfetchsNo 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 fetch the selected projects
Requirements
- Node.js >= 18
- Git
