Skip to content
/ rbenv-git Public

rbenv plugin that provides `rbenv git` command to run `git` in directories of rbenv and all installed plugins

License

Notifications You must be signed in to change notification settings

znz/rbenv-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

rbenv-git

This is an rbenv plugin that provides rbenv git command to run git in directories of rbenv and all installed plugins.

Installation

Simply clone the repository into the plugins directory:

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

Usage

Update rbenv and all installed plugins:

rbenv git pull

Housekeeping:

rbenv git gc

Show all remote repositories:

rbenv git remote -v

Show statuses:

rbenv git status

And you can use any git sub commands.

License

(The MIT License)

About

rbenv plugin that provides `rbenv git` command to run `git` in directories of rbenv and all installed plugins

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages