2018-07-20 22:12:59 +02:00
|
|
|
[user]
|
|
|
|
email = info@rickvanlieshout.com
|
2023-12-10 00:02:08 +01:00
|
|
|
name = Rick van Lieshout
|
2018-07-20 22:12:59 +02:00
|
|
|
[alias]
|
|
|
|
tree = log --graph --decorate --pretty=format:'%ar [%h] %an <%ae> - %s'
|
2018-08-02 09:59:56 +02:00
|
|
|
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
|
|
|
|
stats = !git graph --stat
|
|
|
|
pushall = !git remote | xargs -L1 git push --all
|
|
|
|
diffname = !git diff --name-only
|
2018-08-29 09:10:08 +02:00
|
|
|
undocommit = reset --soft HEAD~1
|
2019-08-14 08:44:11 +02:00
|
|
|
log-small = log --oneline --no-merges
|
2018-10-22 10:49:21 +02:00
|
|
|
[core]
|
|
|
|
autocrlf = input
|
2019-07-18 08:37:55 +02:00
|
|
|
editor = nano
|
2020-08-21 09:31:49 +02:00
|
|
|
[pull]
|
|
|
|
rebase = false
|
2021-06-08 12:21:24 +02:00
|
|
|
[init]
|
|
|
|
defaultBranch = master
|
2023-12-10 00:02:08 +01:00
|
|
|
[filter "lfs"]
|
|
|
|
required = true
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
process = git-lfs filter-process
|