소스 검색

change short log to have graphing by default

cinaeco 13 년 전
부모
커밋
17104485d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zsh/zshrc

+ 1 - 1
zsh/zshrc

@@ -79,7 +79,7 @@ alias ga.='git add .'
 alias gs='git status'
 alias gd='git diff'
 alias gds='git diff --staged'
-alias gl='git log --pretty=oneline'
+alias gl='git log --pretty=oneline --graph'
 alias glg='git log --graph'
 alias glp='git log -p'
 alias gls='git log --stat'