mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
feat(git): added alias gshs='git show --stat'
This commit is contained in:
parent
a6beb0f595
commit
647f249bad
2 changed files with 2 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ plugins=(... git)
|
|||
| `grmc` | `git rm --cached` |
|
||||
| `gcount` | `git shortlog --summary -n` |
|
||||
| `gsh` | `git show` |
|
||||
| `gshs` | `git show --stat` |
|
||||
| `gsps` | `git show --pretty=short --show-signature` |
|
||||
| `gstall` | `git stash --all` |
|
||||
| `gstu` | `git stash --include-untracked` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue