Get more information for a single or multiple repositories with a single command.
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.
- Clone the repository in your home directory
cd $HOME; git clone https://github.com/sandeep1995/git-extra-status.git- Add the
binpath in your global path. You can do it in your.bash_profileor.bashrcor.zshrcfile.
export PATH=$PATH:$HOME/git-extra-status/bin
Go to any git repository and execute
gesGo to any directory with multiple git repositories and then execute
ges *
