michaelklishin / sync-up

A tiny utility that updates groups of Git and Mercurial repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A tiny utility that updates groups of Git and Mercurial repositories


Languages

Language:JavaScript 100.0%