https://github.com/reednj/git-status-all
Get the status of all git repositories in a directory
https://github.com/reednj/git-status-all
app git rubygem
Last synced: 3 months ago
JSON representation
Get the status of all git repositories in a directory
- Host: GitHub
- URL: https://github.com/reednj/git-status-all
- Owner: reednj
- License: mit
- Created: 2016-12-14T03:43:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T21:53:36.000Z (over 6 years ago)
- Last Synced: 2025-07-27T19:27:16.318Z (4 months ago)
- Topics: app, git, rubygem
- Language: Ruby
- Homepage: https://rubygems.org/gems/git-status-all
- Size: 56.6 KB
- Stars: 33
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# git status-all
## Installation
$ gem install git-status-all
## Usage
Run the `status-all` subcommand inside a directory containing a number of repositories, and it will show the status for all of them.
$ git status-all

Often you want to fetch from all the remotes for each repository first to see if there are any upstream changes. Use the `--fetch` or `-f` option to do this.
$ git status-all --fetch
It is also possible to look in a particular path instead of the current directory
$ git status-all ~/dev/ios
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).