Sha256: 24fba3706bd983967be0b97ccc2ea8906ab6ece1c0a345f820bacb296e0943f6
Contents?: true
Size: 709 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-status-all-1.1.0 | README.md |