Skip to content

xxmawhu/memest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeMeST

Multi-Repository Sync Tool

Features

  • Automated synchronization between a local bare repository or multiple remote repositories directly, enabling seamless updates.
  • The synchronization process runs entirely in the background, ensuring that branches across all repositories remain consistently up-to-date.
  • Users only interact with the local bare repository, enjoying a smooth experience without noticeable network latency, making it seem as though they are working locally despite the syncing of multiple repositories.

Install

pip install memest -i https://pypi.python.org/simple --upgrade

Usage

  1. setup config for memest

The unique config file is ~/.config/memest/config.ini. You can customize your own configurations, and here's an example,

[default]
; Repository synchronization check interval
loop_period=10
; use thread num
thread=3
; Repository cache folder
cache=~/.local/gitcache

[example]
; the local bare repository
; If it does not exist, the system will automatically create it.
local=~/.local/rep/example.git
; List of all remote repositories
; The configuration format for each repository is as follows
;   [address]|[private key file] or [address]
[email protected]:xxmawhu/example.git|~/.ssh/id_rsa,
       [email protected]:xxmawhu/another.git,
  1. start memest
memest start
  1. others
memest restart 
memest stop
memest status

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages