mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[git/config] update alias ct showing more infos
This commit is contained in:
parent
201e1df091
commit
eb40f528e3
2 changed files with 4 additions and 3 deletions
|
@ -15,10 +15,12 @@
|
|||
eol = native
|
||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||
[alias]
|
||||
ct = log --graph --decorate --pretty=oneline --abbrev-commit
|
||||
committree = log --graph --decorate --pretty=oneline --abbrev-commit
|
||||
committree = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||
ct = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||
d = difftool
|
||||
git = !exec git
|
||||
s = status
|
||||
unstage = reset HEAD --
|
||||
[rerere]
|
||||
enabled = true
|
||||
[branch]
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
alias chmox="chmod +x"
|
||||
alias cd..="cd .."
|
||||
alias gits="git status"
|
||||
alias gl="git log --oneline --all --abbrev-commit --graph --decorate --color"
|
||||
alias subl='subl3'
|
||||
|
||||
alias les="less"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue