edit(git): alias hist add colors
This commit is contained in:
parent
6bac420531
commit
6eabcecc5c
@ -35,7 +35,7 @@
|
|||||||
bm = branch --merged
|
bm = branch --merged
|
||||||
bn = branch --no-merged
|
bn = branch --no-merged
|
||||||
df = "!git hist | peco | awk '{print $2}' | xargs -I {} git diff {}^ {}"
|
df = "!git hist | peco | awk '{print $2}' | xargs -I {} git diff {}^ {}"
|
||||||
hist = log --pretty=format:\"%Cgreen%h %Creset%cd %Cblue[%cn] %Creset%s%C(yellow)%d%C(reset)\" --graph --date=relative --decorate --all
|
hist = log --pretty=format:\"%Cgreen%h %Creset%cd %Cblue[%cn] %Creset%s%C(yellow)%d%C(reset)\" --graph --date=relative --decorate --all --color=always
|
||||||
llog = log --graph --name-status --pretty=format:\"%C(red)%h %C(reset)(%cd) %C(green)%an %Creset%s %C(yellow)%d%Creset\" --date=relative
|
llog = log --graph --name-status --pretty=format:\"%C(red)%h %C(reset)(%cd) %C(green)%an %Creset%s %C(yellow)%d%Creset\" --date=relative
|
||||||
open = "!hub browse"
|
open = "!hub browse"
|
||||||
type = cat-file -t
|
type = cat-file -t
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user