mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-11 14:05:29 +00:00
10 lines
229 B
INI
10 lines
229 B
INI
# This is Git's per-user configuration file.
|
|
[user]
|
|
# Please adapt and uncomment the following lines:
|
|
name = Daniel Bauer
|
|
email = bauer@cbs.tu-darmstadt.de
|
|
[pack]
|
|
threads = 8
|
|
[core]
|
|
pager = diff-so-fancy | less --tabs=4 -RFX
|