Skip to content

reednj/git-status-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f004db3 · Apr 8, 2019

History

43 Commits
Dec 14, 2016
Dec 14, 2016
Mar 12, 2019
Dec 14, 2016
Dec 14, 2016
Mar 12, 2019
Dec 14, 2016
Dec 16, 2016
Feb 28, 2018
Dec 16, 2016
Mar 12, 2019
Mar 12, 2019

Repository files navigation

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.