Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
/ got Public archive

Launch some commands in paralell on several git repositoies.

License

Notifications You must be signed in to change notification settings

ekans/got

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

^(`( ● ●)´ )^

Got

Build Status

A tool for managing simultaneously several git repositories.

Some typical usages:

   got status
      Run git status on all Git repos in the working dir

   got status @REPO1
      Run git status on all Git repos in the working dir except REPO1

   got @REPO1 status
      Run git status only on REPO1

   got checkout A_branch @REPO1 checkout Another_branch
      Run git checkout A_branch on all Git repos except REPO01 and git checkout Another_branch on REPO1

About

Launch some commands in paralell on several git repositoies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages