Skip to content

Clone or rebase many git repos at once from the command line

Notifications You must be signed in to change notification settings

monopole/myrepos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myrepos

Clone, rebase or just report the status of remote git repositories on local storage, using a YAML configuration file.

Install:

go install github.com/monopole/myrepos@latest

Usage:

myrepos [{configurationFile}...]

Specify one or more configuration files as arguments (e.g. myrepos_example.yml).

If no argument is specified, the program tries to read $HOME/.myrepos.yml.

Detailed explanation of configuration fields: config.go