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.
- Host: GitHub
- URL: https://github.com/ralphv/gitall
- Owner: ralphv
- License: mit
- Created: 2017-02-25T21:53:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T21:48:03.000Z (over 9 years ago)
- Last Synced: 2025-10-10T17:08:13.592Z (10 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).