mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
add glraw alias
This commit is contained in:
parent
a1a29d93ca
commit
8bc6994e10
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ alias glol='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgre
|
|||
alias glo='git log --oneline --decorate'
|
||||
alias glog='git log --oneline --decorate --graph'
|
||||
alias gloga='git log --oneline --decorate --graph --all'
|
||||
alias glraw='git log --format=%B'
|
||||
|
||||
# Pretty log messages
|
||||
function _git_log_prettily(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue