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

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

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

![git-status terminal example](git-status.png)

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).