An open API service indexing awesome lists of open source software.

https://github.com/zaboco/git-alias

Some aliases for git commands
https://github.com/zaboco/git-alias

aliases git

Last synced: 3 months ago
JSON representation

Some aliases for git commands

Awesome Lists containing this project

README

          

# git-alias
Some aliases for git commands

## Usage

Clone this repo inside the home folder
```sh
cd ~
git clone https://github.com/zaboco/git-alias.git .git-alias
```

Include it in your `.bashrc` / `.bash_profile`:
```sh
source ~/.git-alias/git-alias.sh
```