TimelyToga / galiases

Useful git aliases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

galiases

Useful git aliases

Use

To use run the following:

chmod 700 aliases.sh
./aliases.sh

After installation the commands can be used as follows:

git s 	# Works like `git status`

To ever examine git aliases, run:

git config --get-regexp alias

About

Useful git aliases

License:MIT License


Languages

Language:Shell 100.0%