mfinelli / wmuc

wind me up chuck - a git repository manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wind Me Up, Chuck

Build Status

A git repository manager.

Installation

$ go get github.com/mfinelli/wmuc

Usage

Specify the repos that you want in a directory with a chuckfile:

# chuckfile

# clone repositories into the same directory
# as the chuckfile
repo "https://github.com/mfinelli/wmuc.git"

# clone repositories into a directory
project "wmuc" do
    repo "https://github.com/mfinelli/wmuc.git"

    # optionally, specify a branch to checkout
    repo "https://github.com/mfinelli/wmuc.git", branch: "dev"
end

Now, to clone any missing repositories run wmuc sync.

About

wind me up chuck - a git repository manager

License:GNU General Public License v3.0


Languages

Language:Go 94.8%Language:Makefile 3.2%Language:Shell 1.9%