[git/config] update alias ct showing more infos

This commit is contained in:
Felix Buehler 2019-06-17 00:36:40 +02:00
parent 201e1df091
commit eb40f528e3
2 changed files with 4 additions and 3 deletions

View file

@ -15,10 +15,12 @@
eol = native eol = native
pager = diff-so-fancy | less --tabs=4 -RFX pager = diff-so-fancy | less --tabs=4 -RFX
[alias] [alias]
ct = 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
committree = log --graph --decorate --pretty=oneline --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 d = difftool
git = !exec git git = !exec git
s = status
unstage = reset HEAD --
[rerere] [rerere]
enabled = true enabled = true
[branch] [branch]

View file

@ -4,7 +4,6 @@
alias chmox="chmod +x" alias chmox="chmod +x"
alias cd..="cd .." alias cd..="cd .."
alias gits="git status" alias gits="git status"
alias gl="git log --oneline --all --abbrev-commit --graph --decorate --color"
alias subl='subl3' alias subl='subl3'
alias les="less" alias les="less"