Skip to content

Commit

Permalink
add a new git alias to zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
crittermike committed Sep 12, 2011
1 parent a7830d0 commit eb0c56e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ alias gdh='git diff --word-diff --color=always HEAD'
alias ga='git add'
alias gpl='git pull'
alias gcp='git cherry-pick'
alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
alias gcpn='git cherry-pick -n'
alias ack='ack-grep --literal --smart-case'
alias sch='scheme-r5rs'
Expand Down

0 comments on commit eb0c56e

Please sign in to comment.