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

https://github.com/jsoverson/git-spread

Run git commands across multiple directories
https://github.com/jsoverson/git-spread

Last synced: 2 months ago
JSON representation

Run git commands across multiple directories

Awesome Lists containing this project

README

        

git-spread
==========

Utility to run git commands across multiple children directories. Runs the specified git command against
all immediate subdirectories that contain a .git directory.

## Usage

```shell
$ git spread
usage: git spread
Use git-spread to run git commands across directories
e.g.
git spread pull
git spread commit -m 'updated .gitignore'
```

## Installation

Copy somewhere in your path eg `/usr/local/bin`