Release Notes
- Implemented parallel processing of repositories.
- Introduced
--hidden
flag to include hidden directories in the repository search.
- Introduced
--no-ignore
flag to bypass .gitignore
files when searching for repositories.
Install git-foreach 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/marcfrederick/git-foreach/releases/download/v0.2.0/git-foreach-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/marcfrederick/git-foreach/releases/download/v0.2.0/git-foreach-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install marcfrederick/tap/git-foreach
Download git-foreach 0.2.0