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

https://github.com/ralphv/gitall

A simple script that runs the same git command recursively on all git repos.
https://github.com/ralphv/gitall

Last synced: about 1 month ago
JSON representation

A simple script that runs the same git command recursively on all git repos.

Awesome Lists containing this project

README

          

## git-recursive - A simple script to run a git command recursively on all git repos

* [Getting started](#getting-started)
* [Usage](#usage)
* [License](#License)

## Getting started

$ npm install -g git-recursive

## Usage

Use git-recursive with the same command arguments you use for git.

You can use git-recursive or gitall as command alias.

git-recursive will search for all git repos in the current directory and lower level directories and run the same command on them.
If it encounters an error, it will pause for you to acknowledge it.

Nothing to configure. Simple, straight to the point, no hassle.

If the repos you want to work with as a group are not found within the same directory/sub-directories, simply create a new directory and add the desired repos as symbolic links.

### License

git-recursive is licensed under the [MIT](https://github.com/ralphv/gitall/raw/master/LICENSE).