mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Print out current SHA with grev
```bash ➜ grev git:(master) grev 62efe2c72c40eede2cadbd08b5b4b58cf8b19443 ```
This commit is contained in:
parent
dc222704df
commit
e784bf0ff0
1 changed files with 1 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ alias grbc='git rebase --continue'
|
|||
alias grbi='git rebase -i'
|
||||
alias grbm='git rebase master'
|
||||
alias grbs='git rebase --skip'
|
||||
alias grev='git rev-parse HEAD'
|
||||
alias grh='git reset HEAD'
|
||||
alias grhh='git reset HEAD --hard'
|
||||
alias grmv='git remote rename'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue