conf2/git/.gitconfig

21 lines
461 B
INI
Raw Permalink Normal View History

2018-09-17 20:52:02 +02:00
[user]
name = vincent
email = vincent@ducamps.win
[pager]
diff = diff-so-fancy | less --tabs=1,5 -RFX
show = diff-so-fancy | less --tabs=1,5 -RFX
2019-03-23 17:04:36 +01:00
[alias]
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches
2019-04-11 18:48:07 +02:00
[core]
pager = diff-so-fancy | less --tabs=4 -RFX
2020-04-14 19:25:28 +02:00
quotepath = false
commitGraph = true
[gc]
writeCommitGraph = true
2020-10-24 18:27:10 +02:00
[submodule]
recurse = true
2021-08-22 08:09:17 +02:00
[pull]
rebase = false
2023-11-01 17:48:04 +01:00
[init]
defaultBranch = main