Ecosyste.ms: Awesome

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

https://github.com/znz/anyenv-git

anyenv plugin that provides `anyenv git` command to run `git` in directories of all **env and all plugins
https://github.com/znz/anyenv-git

Last synced: about 1 month ago
JSON representation

anyenv plugin that provides `anyenv git` command to run `git` in directories of all **env and all plugins

Lists

README

        

# anyenv-git

This is an [anyenv](https://github.com/anyenv/anyenv) plugin that
provides `anyenv git` command to run `git` in directories of
all \*\*env and all installed plugins.

## Installation

Simply clone the repository into the plugins directory:

mkdir -p $(anyenv root)/plugins
git clone https://github.com/znz/anyenv-git.git $(anyenv root)/plugins/anyenv-git

## Usage

Update all \*\*env and all installed plugins:

anyenv git pull

Housekeeping:

anyenv git gc

Show all remote repositories:

anyenv git remote -v

Show statuses:

anyenv git status

And you can use any git sub commands.

## License

(The MIT License)