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: 3 months ago
JSON representation
anyenv plugin that provides `anyenv git` command to run `git` in directories of all **env and all plugins
- Host: GitHub
- URL: https://github.com/znz/anyenv-git
- Owner: znz
- License: mit
- Created: 2013-11-21T07:20:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T09:42:25.000Z (over 5 years ago)
- Last Synced: 2024-10-03T12:33:33.552Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 39
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-env - anyenv-git
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)