conf2/git/.gitconfig

21 lines
461 B
INI
Raw Normal View History

2018-09-17 18:52:02 +00: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 16:04:36 +00:00
[alias]
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches
2019-04-11 16:48:07 +00:00
[core]
pager = diff-so-fancy | less --tabs=4 -RFX
2020-04-14 17:25:28 +00:00
quotepath = false
commitGraph = true
[gc]
writeCommitGraph = true
2020-10-24 16:27:10 +00:00
[submodule]
recurse = true
2021-08-22 06:09:17 +00:00
[pull]
rebase = false
2023-11-01 16:48:04 +00:00
[init]
defaultBranch = main