Skip to content

sandeep1995/git-extra-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo Get more information for a single or multiple repositories with a single command.

Inspiration

Simultaneously working with multiple git repositories can be really annoying. Like the knowing the current branch names, is there anything to pull or push, or Do I have any uncommitted changes?

ges tries to solve this problem.

Installation

  1. Clone the repository in your home directory
cd $HOME; git clone https://github.com/sandeep1995/git-extra-status.git
  1. Add the bin path in your global path. You can do it in your .bash_profile or .bashrc or .zshrc file.
export PATH=$PATH:$HOME/git-extra-status/bin

Single usage

Go to any git repository and execute

ges

Git Extra Status Header Image

Batch Usage

Go to any directory with multiple git repositories and then execute

ges *

Detail Example

About

Get more information for a single or batch of git repositories with a single command

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages