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

https://github.com/dotenorio/git_aliases

Create aliases for git commands
https://github.com/dotenorio/git_aliases

alias aliases git hacktoberfest linux mac windows

Last synced: 11 months ago
JSON representation

Create aliases for git commands

Awesome Lists containing this project

README

          

[![NPM](https://nodei.co/npm/git_aliases.png)](https://nodei.co/npm/git_aliases/)

# git_aliases
Create aliases for git commands:

```
al ~> "config --get-regexp ^alias\."
co ~> checkout
cb ~> "checkout -b"
ca ~> "checkout -a"
br ~> branch
ba ~> "branch -a"
ci ~> commit
st ~> "status -s"
ft ~> fetch
pl ~> pull
ps ~> push
psdc: 'config --global push.default current',
ad ~> "add ."
cm ~> "commit -m"
in ~> init
lg ~> "log --pretty='> %Cred%h %Creset| %Cgreen"%s"%Creset | %Cblue%an%Creset - %ar' -10"
la ~> "log --oneline --all --graph"
rv ~> "remote -v"
df ~> diff
```

Access "[latest](https://github.com/dotenorio/git_aliases/releases/latest)" release for windows, mac and linux executables.

or use npm

`npm i -g git_aliases`