Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmytrostepaniuk/git_shortcuts
- Owner: DmytroStepaniuk
- Created: 2019-07-26T12:50:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T12:53:44.000Z (over 5 years ago)
- Last Synced: 2024-11-06T05:42:38.465Z (about 2 months ago)
- Topics: git
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```