🔧 Updated git-l alias
This commit is contained in:
parent
581e59686b
commit
3fa72876fc
1 changed files with 2 additions and 1 deletions
3
aliases
3
aliases
|
|
@ -342,7 +342,8 @@ alias {git-b,git-br}="git branch"
|
|||
alias git-bl="git blame"
|
||||
# for use with notes directory only
|
||||
alias git-lo="git log --oneline --follow"
|
||||
alias {git-l,git-log}="git log --graph --format='format:%C(yellow)%h%C(reset) %s %C(magenta)%cr%C(reset)%C(auto)%d%C(reset)'"
|
||||
# alias {git-l,git-log}="git log --graph --format='format:%C(yellow)%h%C(reset) %s %C(magenta)%cr%C(reset)%C(auto)%d%C(reset)'"
|
||||
alias {git-l,git-log}="git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all"
|
||||
# more to just remember than to be used
|
||||
alias git-stsh="git stash"
|
||||
alias git-stsh-a="git stash apply"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue