Categorygithub.com/kulapard/go-eatme
repository
0.1.32
Repository: https://github.com/kulapard/go-eatme.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

GoEatMe

GitHub Latest Release) GitHub license Build Status Build Status Go Report Card

Simple tool to manage multiple git/hg repositories at once. It goes through all subdirectories recursively and concurrently execute specified command in all af them.

Install

Using Homebrew (OS X / Linux)

brew install kulapard/tap/eatme

Update

Using Homebrew (OS X / Linux)

brew update
brew upgrade eatme

Usage

eatme [options] [command]

By default, it runs fetch + pull + update commands at once. To specify branch use -b/--branch option:

eatme -b foo/bar
CommandAction
branchShow current branch
fetchRun git fetch
pullRun git/hg pull
pushRun git/hg push
updateRun git checkout/hg update
helpHelp about any command

License

This project is licensed under the MIT License. See the LICENSE file for more information.