An open API service indexing awesome lists of open source software.

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.

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
```