Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken authored and wklken committed Dec 12, 2013
1 parent 5a613c6 commit 04b95fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases/git_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ alias gd='git diff'
alias gr='git rm'
alias gs='git status'
alias gss='git status -s'
alias gl='git log'
alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
alias gc='git commit -m'
alias gull='git pull origin'
alias gush='git push origin'
Expand Down

0 comments on commit 04b95fb

Please sign in to comment.