Skip to content

Commit

Permalink
Added better git log alias
Browse files Browse the repository at this point in the history
  • Loading branch information
marektihkan committed Jul 2, 2012
1 parent d9505ff commit f22c710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ alias reload="source ~/.zshrc"
alias rmate="mate app config db deploy experiments features lib spec vendor Gemfile Gemfile.lock Guardfile README.md"

alias s="git status --short"
alias glog="git log --graph --oneline"
alias glog="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"

alias ..="cd .."

Expand Down

0 comments on commit f22c710

Please sign in to comment.