All Projects → reednj → git-status-all

reednj / git-status-all

Licence: MIT License
Get the status of all git repositories in a directory

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to git-status-all

git statistics
A gem that allows you to get detailed statistics of a git repository.
Stars: ✭ 62 (+93.75%)
Mutual labels:  rubygem
modular routes
Dedicated controllers for each of your Rails route actions.
Stars: ✭ 45 (+40.63%)
Mutual labels:  rubygem
strings-truncation
Truncate strings with fullwidth characters and ANSI codes.
Stars: ✭ 45 (+40.63%)
Mutual labels:  rubygem
glimmer-dsl-tk
Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library)
Stars: ✭ 26 (-18.75%)
Mutual labels:  rubygem
ruby attic
💍 Unmaintained ruby projects needing people!
Stars: ✭ 26 (-18.75%)
Mutual labels:  rubygem
minitest-matchers vaccine
💉 Adds matcher support to minitest without all the other RSpec-style expectation "infections."
Stars: ✭ 33 (+3.13%)
Mutual labels:  rubygem
turkish banks
All Turkish Banks and Their Branches
Stars: ✭ 28 (-12.5%)
Mutual labels:  rubygem
circleci
CircleCI REST API Ruby Gem
Stars: ✭ 93 (+190.63%)
Mutual labels:  rubygem
bootswatch-sass
bootswatch ruby gems for assets pipeline
Stars: ✭ 12 (-62.5%)
Mutual labels:  rubygem
n65
An assembler for the 6502 microprocessor written in Ruby
Stars: ✭ 12 (-62.5%)
Mutual labels:  rubygem
benchmark-trend
Measure performance trends of Ruby code
Stars: ✭ 60 (+87.5%)
Mutual labels:  rubygem
restcountry
This is a Ruby wrapper library around the API provided by REST Countries http://restcountries.eu
Stars: ✭ 32 (+0%)
Mutual labels:  rubygem
ruby-stream-api
Ruby Stream API. Inspired by Java 8's Stream API.
Stars: ✭ 21 (-34.37%)
Mutual labels:  rubygem
jekyll-target-blank
Automatically opens external links in a new browser for Jekyll Pages, Posts and Docs.
Stars: ✭ 86 (+168.75%)
Mutual labels:  rubygem
npmdc
ruby gem to check for missed NPM dependencies
Stars: ✭ 38 (+18.75%)
Mutual labels:  rubygem
ruby-sdk
♦️ Ruby SDK to use the IBM Watson services.
Stars: ✭ 45 (+40.63%)
Mutual labels:  rubygem
consul-templaterb
consul-template-like with erb (ruby) template expressiveness
Stars: ✭ 65 (+103.13%)
Mutual labels:  rubygem
Hunspell
Ruby wrapper for the famous spell checker library hunspell.
Stars: ✭ 34 (+6.25%)
Mutual labels:  rubygem
capistrano-docker-compose
Docker Compose specific tasks for Capistrano
Stars: ✭ 17 (-46.87%)
Mutual labels:  rubygem
glimmer-dsl-swt
Glimmer DSL for SWT (JRuby Desktop Development GUI Framework)
Stars: ✭ 53 (+65.63%)
Mutual labels:  rubygem

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].