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
- Host: GitHub
- URL: https://github.com/jsoverson/git-spread
- Owner: jsoverson
- Created: 2014-06-20T17:42:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T16:56:18.000Z (over 2 years ago)
- Last Synced: 2024-12-26T12:24:01.013Z (4 months ago)
- Language: Shell
- Size: 160 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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`