elrrrrrrr / gitplus

Git plus is a hack for Git, it smart for you.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GIT+

Git plus is a hack of Git, it smart for you.

Feature

  • Execute commands after git clone.

Install

$ npm install gitplus -g

Usage

~/.gitplusrc:

post-clone:
  gitlab.example.com:
    - git config user.name Lizzie
    - git config user.email lizzie@example.com
  gitlab.company.com:
    - git config user.name hotoo
    - git config user.email hotoo@company.com

~/.zshrc or ~/.bashrc

alias git='gitplus'

About

Git plus is a hack for Git, it smart for you.


Languages

Language:JavaScript 100.0%