Correct git log alias.
This commit is contained in:
parent
17554aae42
commit
e868145d18
2
zshrc
2
zshrc
|
@ -161,7 +161,7 @@ alias gstatus='git status'
|
|||
# Recherche dans le dépôt en ajoutant le numéro de la ligne et de la couleur
|
||||
alias ggrep='git grep --color -n -P'
|
||||
# Voir les logs d'un dépôt git (à la manière de gitk, dans un terminal)
|
||||
alias glog="git log --graph --full-history --all --color --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' | $PAGER"
|
||||
alias glog="git log --graph --full-history --all --color --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'"
|
||||
|
||||
|
||||
# Lister les fichiers de configuration inutiles
|
||||
|
|
Loading…
Reference in New Issue