mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
adding a better log command based on http://fredkschott.com/post/2014/02/git-log-is-so-2005/
This commit is contained in:
parent
74ad998ad0
commit
46634ae028
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ alias grh='git reset HEAD'
|
|||
alias grhh='git reset HEAD --hard'
|
||||
alias gclean='git reset --hard && git clean -dfx'
|
||||
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
alias glg='git log --color --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset" --abbrev-commit'
|
||||
|
||||
#remove the gf alias
|
||||
#alias gf='git ls-files | grep'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue