Skip to content

ygkn/g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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