This commit is contained in:
Daniel Lundin 2021-01-03 13:16:07 +01:00
parent 2112edc40b
commit 97ea55df7d
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC
6 changed files with 25 additions and 5 deletions

View file

@ -1,7 +1,6 @@
[core]
excludesfile = "~/.gitignore"
editor = nvim
pager = delta
pager = delta --line-numbers -s
[user]
useConfigOnly = true
@ -27,6 +26,10 @@ co = checkout
st = status -sb
pullr = pull --rebase
wc = whatchanged --abbrev-commit --date=relative --date-order --pretty='format:%Cgreen%h %Cblue%ar %Credby %an%Creset -- %s' -n 45
f = fuzzy status
fd = fuzzy diff
fl = fuzzy log
fs = fuzzy status
ll = log --graph --date=relative --topo-order --pretty='format:%C(yellow)%h%C(yellow)%d %Cblue%ar %Cgreenby %an%Creset -- %s'
lla = log --graph --date=relative --topo-order --pretty='format:%Cgreen%h %Cblue%ar %Credby %an%Creset -- %s' --all