0.4.1 • Published 8 years ago

gitsyncer v0.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Gitsyncer

This is a work in progress.

The current implementation will automatically fetch commits from the origin remote of any number of repositories. If you do want to try this version, install it like this:

npm install -g gitsyncer

To set up a repository for synchronisation, create file called gitsyncer in the repo's root folder. This file should contain only a unique id for the repository. (This process should become automatic in a future release.) To ensure consistency with other clones of the repository, it is advised to add this file to the repository.

Once you've created .gitsyncer files in the desired repositories, you can start Gitsyncer from any directory, using the following command:

gitsyncer

License

MIT