Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Latest commit

 

History

History

sync-repos

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

sync-repos

A tool for synchronizing third-party repositories. Synchronizes the 3rdparty/repositories.yaml file with this repository, merging Git histories.

Some useful commands:

  • Add a repository in 3rdparty/repositories.yaml, make a commit (ensure your checkout is now clean), then run:

    sync-repos/run
    

    This will pull new changes from all third-party repositories and merge their history into this repository.