mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
10 lines
201 B
INI
10 lines
201 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
|
|
[merge]
|
|
tool = kdiff3
|