Slightly smarter git log - decorate by default, and include signature info in the git-l graphlog
This commit is contained in:
parent
be3758ff64
commit
1545df64a9
1 changed files with 7 additions and 1 deletions
|
@ -11,10 +11,16 @@
|
|||
[alias]
|
||||
co = checkout
|
||||
d = diff
|
||||
l = log --graph --oneline --decorate --all
|
||||
l = log --graph --pretty=graph --date=relative
|
||||
st = status --short
|
||||
shove = "!f() { git push ${1:-origin} :; }; f"
|
||||
|
||||
[log]
|
||||
decorate = true
|
||||
|
||||
[pretty]
|
||||
graph = tformat:%C(auto)%h %G? %s% gD% D
|
||||
|
||||
[url "git@github.com:"]
|
||||
pushInsteadOf = https://github.com/
|
||||
|
||||
|
|
Loading…
Reference in a new issue