Skip to content

subev/pairsync

Repository files navigation

PairSync

Sync files automatically between two or more git repositories. One acts as the server and multiple clients can connect. If a file is modified on any of the machines the changes are broadcasted to the others.

Installation

npm install -g pairsync

Usage

On one of the machines: pairsync-server You will get an address to share with the other(s)

On the other machine(s): pairsync-client https://random-animal-42.loca.lt

Short video demo sync between two repositories: Youtube preview

Notes

The server should have an active branch published to the remote. If there are any changes in the working directory of the server they will be synced when a client connects. Clients will be asked to stash their unpublished changes before trying to connect. In racing conditions - the last one wins.

Enjoy pair programming!

TODO

  • [] add commit support?

About

Live sync working files while pair programming. Don't just screen-share, let others contribute some work from their side as you go!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published