Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelklishin/sync-up

A tiny utility that updates groups of Git and Mercurial repositories
https://github.com/michaelklishin/sync-up

Last synced: about 1 month ago
JSON representation

A tiny utility that updates groups of Git and Mercurial repositories

Awesome Lists containing this project

README

        

# What is Sync Up

SyncUp is a yet another tiny tool that updates multiple
repositories (Git and Mercurial).

## Usage

SyncUp is unlikely to be of interest to many, so it's not currently published
to NPM.

To install from Git:

git clone git://github.com/michaelklishin/syncup.git
cd syncup
npm install
npm link

Usage:

sync-up [path to directory with DVCS repositories]

## License

(c) Michael Klishin, 2013

Released under the MIT license.