Sha256: 6eb7950a0dce54356ef89ce8cdc08292c141b913dc3c05ec563c022ad205f34b

Contents?: true

Size: 709 Bytes

Versions: 2

Compression:

Stored size: 709 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
git-status-all-1.1.3 README.md
git-status-all-1.1.2 README.md