Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paolorechia/git-aliases


https://github.com/paolorechia/git-aliases

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

```bash
alias ga='git add $1'
alias gau='git add -u'
alias gm='git commit -S -m $1'
alias gs='git status'
alias gp='git push'
alias gl='git log'
alias gd='git diff'
```