chore: split aliases

This commit is contained in:
2023-12-10 00:02:08 +01:00
parent 4308782feb
commit 39a0a5ea72
18 changed files with 237 additions and 169 deletions

View File

@@ -1,6 +1,6 @@
[user]
email = info@rickvanlieshout.com
name = Mastermindzh
name = Rick van Lieshout
[alias]
tree = log --graph --decorate --pretty=format:'%ar [%h] %an <%ae> - %s'
graph = log --graph --pretty=format:'%C(bold)%h%Creset%C(magenta)%d%Creset %s %C(yellow)<%an> %C(cyan)(%cr)%Creset' --abbrev-commit --date=relative
@@ -16,3 +16,8 @@
rebase = false
[init]
defaultBranch = master
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process