Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dmytrostepaniuk/git_shortcuts

just to keep everything useful here
https://github.com/dmytrostepaniuk/git_shortcuts

git

Last synced: 9 days ago
JSON representation

just to keep everything useful here

Awesome Lists containing this project

README

        

### hier

```bash
git config --global alias.heir 'log --all --graph --decorate --oneline --simplify-by-decoration'
```

### lg

```bash
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
```