mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-11 14:05:29 +00:00
19 lines
479 B
INI
19 lines
479 B
INI
# This is Git's per-user configuration file.
|
|
[user]
|
|
# Please adapt and uncomment the following lines:
|
|
name = daniel
|
|
email = github@dbauer.me
|
|
[pack]
|
|
threads = 8
|
|
[merge]
|
|
tool = kdiff3
|
|
[core]
|
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
|
autocrlf = input
|
|
[alias]
|
|
up = !git pull --rebase --prune $@ && git submodule update --init --recursive
|
|
cm = !git add -A && git commit -m
|
|
[credential "https://github.com"]
|
|
helper =
|
|
helper = !/home/bauer/conda/bin/gh auth git-credential
|