Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 494 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 494 Bytes

git-repos: a command-line tool to manage multiple git repositories

Tool for managing multiple git repositories, by running git commands on each repository found in the root folder. exemple command git-repos status <folder-multiple-repository>, allows you to run a git status on all repositories in the root folder.

Git commands available:

  • status
  • fetch
  • pull
  • push

Installation

To install the latest version, run

pip3 install git+https://github.com/gab-25/git-repos.git