mernst / multi-version-control

Perform version control operations on multiple repositories at a time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multi-version-control

Lets you run a version control command, such as status or pull, on a set of clones or checkouts. Supports CVS, Git, Hg, and SVN.

Use

See the documentation.

Installation

cd SOME_DIRECTORY
git clone https://github.com/plume-lib/multi-version-control
cd multi-version-control
./gradlew assemble

Add to your shell startup file, such as ~/.profile:

alias mvc='java -ea -cp SOME_DIRECTORY/multi-version-control/build/libs/multi-version-control-all.jar org.plumelib.multiversioncontrol.MultiVersionControl'

Other scripts for managing multiple git clones and branches

See the scripts in manage-git-branches.

About

Perform version control operations on multiple repositories at a time

License:MIT License


Languages

Language:Java 100.0%