Browse Source

using_oh_my_zsh: add shortcut for git log with patches

cinaeco 13 years ago
parent
commit
e0f2f13c77
1 changed files with 2 additions and 1 deletions
  1. 2 1
      zsh/zshrc.ohmyzsh

+ 2 - 1
zsh/zshrc.ohmyzsh

@@ -75,8 +75,9 @@ alias gs='git status'
 alias gd='git diff'
 alias gds='git diff --staged'
 alias gl='git log --pretty=oneline'
-alias gls='git log --stat'
 alias glg='git log --graph'
+alias glg='git log -p'
+alias gls='git log --stat'
 
 #############
 # SSH AGENT #