(git) changed format to oneline with date
This commit is contained in:
@@ -1,15 +1,19 @@
|
|||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
date = iso-local
|
date = iso-local
|
||||||
; [format]
|
|
||||||
; pretty = format:%C(yellow)%h %C(auto)%d %C(reset)%s %C(cyan)%ad
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.config/.gitconfig
|
path = ~/.config/.gitconfig
|
||||||
|
|
||||||
|
[format]
|
||||||
|
pretty = tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
branches = branch -a
|
branches = branch -a
|
||||||
graph = log --oneline --all --graph
|
graph = log --oneline --all --graph
|
||||||
oneline = log --oneline
|
oneline = log -20
|
||||||
|
|||||||
Reference in New Issue
Block a user