Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

jankuca/Git-Status

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Get Status

Ever wanted to get the status of repos in multiple sub directories? Yeah, me too. So I knocked this up.

Installation

Create a link to the file at /usr/local/bin

$ link -s show_status /usr/local/bin/show_status

Usage

The command loops through direct subdirectories.

$ show_status [options]
  • -h, --help – show this help message and exit
  • -d DIRNAME, --dir=DIRNAME – The directory to parse sub dirs from
  • -v, --verbose – Show the full detail of git status
  • --sync – Sync the repository (pull, rebase, push). Changes are stashed.
  • --pull – Pull

About

A small script to show the status of multiple git repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%