Node Git Manager is a simple tool to manage your local Git repositories. It allows you to run batch commands on all your repositories simultaneously.
Run batch actions on repos, such as fetch, pull, status, and more.
npm i -g node-git-manager
pnpm add -g node-git-manager
yarn global add node-git-manager
bun install -g node-git-manager
ngm --helpAdd to shell startup file:
eval "$(ngm shell)"Available shellpers:
ngmcd <nickname> # automatically changes directory to the target repositorynpm rm -g node-git-managerNGM uses env-paths to determine its local data storage location. To completely remove NGM and its stored data from your system, you can delete the following directories:
# Linux (per Freedesktop spec)
~/.local/share/ngm-nodejs/
# macOS
~/Library/Application Support/ngm-nodejs/
# Windows
%LOCALAPPDATA%\ngm-nodejs\