Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 207 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 207 Bytes

Git Tools

Python app for quickly running git commands across many directories.

Usage

To check status of all repositories:

./gittools.py --status

To pull all repositories:

./gittools.py --pull