https://github.com/nikitabelonogov/gitrecursive
This utility will apply the command to all child repositories.
https://github.com/nikitabelonogov/gitrecursive
bash git
Last synced: about 2 months ago
JSON representation
This utility will apply the command to all child repositories.
- Host: GitHub
- URL: https://github.com/nikitabelonogov/gitrecursive
- Owner: nikitabelonogov
- License: other
- Created: 2017-10-03T09:15:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-03-24T12:01:18.000Z (3 months ago)
- Last Synced: 2026-03-25T15:38:25.027Z (3 months ago)
- Topics: bash, git
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GIT recursive
This utility will apply the command to all child repositories.
## Installation
* Clone the repo
* Create a symlink in one of your PATHs
```sh
ln -s -f $(pwd)/gitrecursive/gitrecursive.sh /usr/local/bin/gitrecursive
```
## Usage
```sh
gitrecursive fetch
```