# gitfetchs **Repository Path**: cqueensong/gitfetchs ## Basic Information - **Project Name**: gitfetchs - **Description**: Scan and batch fetch updates for multiple Git projects in a directory. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gitfetchs - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-11 - **Last Updated**: 2026-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: git批量更新 ## README # gitfetchs Scan and batch fetch updates for multiple Git projects in a directory. ## Usage ```bash npx gitfetchs ``` No installation required — `npx` will download and run it on demand. ## How it works 1. Scans the current directory for Git projects (subdirectories containing `.git`) 2. Displays an interactive list of all found projects 3. Press `Space` to select/unselect projects 4. Press `a` to select all 5. Press `Enter` to fetch the selected projects ## Requirements - Node.js >= 18 - Git