ygkn / g

Simple & fast alternative git command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

g

SUSHI-WARE LICENSE

Simple & blazing fast alternative git command.

Features

  • Support ANY environment if you can use git.
  • Indexing & commit & push with ONE command.
  • Depends on git command ONLY.

Installation

Put this to *rc file of your shell.

alias g="git add -A; git commit; git push origin $(git symbolic-ref --short HEAD)"

or

./install.sh

Using

  1. cd /path/to/your/repo
  2. g
  3. input commit message
  4. finish!

LICENSE

Written by THE SUSHI-WARE LICENSE

About

Simple & fast alternative git command.


Languages

Language:Shell 100.0%