Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
/ vcssync Public archive

Synchronise Git repos (and other vcs's in the future) at various locations, keeping them up-to-date (in sync) with each other

License

Notifications You must be signed in to change notification settings

aquatix/vcssync

Repository files navigation

vcssync

Synchronise Git repos (and other vcs's in the future) at various locations, keeping them up-to-date (in sync) with each other.

Configure with a yaml file:

# Start with a nickname. This needs to be unique, as it will be reflected in the local directory.
repo_a:
    # List the various locations, keys have to be unique within the project
    github: git@github.com:aquatix/vcssync.git
    live: aquatix@example.com:/opt/git/vcssync.git
mywebsite:
    github: git@github.com:aquatix/aquariusoft.git
    live: aquatix@example.com:/opt/git/aquariusoft.git
    local: /home/aquatix/projects/aquariusoft
    backup: ssh://backups.example.com/opt/backups/git/aquariusoft

About

Synchronise Git repos (and other vcs's in the future) at various locations, keeping them up-to-date (in sync) with each other

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages