mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
feat(git): add glom alias to log against main branch
This commit is contained in:
parent
a07126330b
commit
945768f9ec
2 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ plugins=(... git)
|
|||
| `glo` | `git log --oneline --decorate` |
|
||||
| `glog` | `git log --oneline --decorate --graph` |
|
||||
| `gloga` | `git log --oneline --decorate --graph --all` |
|
||||
| `glom` | `git log --oneline --decorate $(git_main_branch)..` |
|
||||
| `glp` | `git log --pretty=<format>` |
|
||||
| `glg` | `git log --stat` |
|
||||
| `glgp` | `git log --stat --patch` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue