2018-03-07 15:28:39 +01:00
|
|
|
[alias]
|
|
|
|
br = branch
|
|
|
|
ci = commit
|
|
|
|
co = checkout
|
|
|
|
df = diff
|
2020-10-22 13:01:38 +02:00
|
|
|
lg = "log --color --graph --pretty=format:'%Cred%h%Creset %Cgreen(%ci)%Creset [%G?]%C(yellow)%d%Creset %s %C(bold blue)<%an / %cn>%Creset' --abbrev-commit"
|
2018-03-07 15:28:39 +01:00
|
|
|
ri = rebase --interactive --autosquash
|
|
|
|
st = status
|
2016-07-21 15:41:17 +02:00
|
|
|
|
2018-03-07 15:28:39 +01:00
|
|
|
[branch]
|
|
|
|
autosetuprebase = always
|
2016-07-21 15:41:17 +02:00
|
|
|
|
|
|
|
[color]
|
2018-03-07 15:28:39 +01:00
|
|
|
branch = auto
|
2016-07-21 15:41:17 +02:00
|
|
|
diff = auto
|
|
|
|
status = auto
|
|
|
|
|
|
|
|
[commit]
|
|
|
|
gpgsign = true
|
|
|
|
|
2018-03-07 15:28:39 +01:00
|
|
|
[core]
|
|
|
|
bare = false
|
|
|
|
excludesfile = ~/.gitignore_global
|
|
|
|
filemode = true
|
|
|
|
logallrefupdates = true
|
|
|
|
pager = less -F -X
|
|
|
|
repositoryformatversion = 0
|
|
|
|
warnAmbiguousRefs = false
|
2016-07-21 15:41:17 +02:00
|
|
|
|
|
|
|
[diff]
|
|
|
|
renames = true
|
|
|
|
|
2021-01-25 17:26:30 +01:00
|
|
|
[filter "lfs"]
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
|
2018-03-07 15:28:39 +01:00
|
|
|
[gpg]
|
|
|
|
program = gpg2
|
|
|
|
|
2016-07-21 15:41:17 +02:00
|
|
|
[push]
|
2017-08-07 11:10:45 +02:00
|
|
|
default = upstream
|
2016-07-21 15:41:17 +02:00
|
|
|
gpgSign = if-asked
|
|
|
|
|
|
|
|
[receive]
|
|
|
|
denyNonFastForwards = true
|
|
|
|
|
|
|
|
[rerere]
|
2017-08-07 11:10:45 +02:00
|
|
|
enabled = true
|
2016-07-21 15:41:17 +02:00
|
|
|
|
2018-03-07 15:28:39 +01:00
|
|
|
[user]
|
|
|
|
email = knut@ahlers.me
|
|
|
|
name = Knut Ahlers
|
2020-10-19 12:57:46 +02:00
|
|
|
signingkey = D215AD7D
|
2018-09-07 00:23:25 +02:00
|
|
|
|
|
|
|
# Mappings for private repos and `go get`
|
|
|
|
[url "ssh://git@github.com/contentflow/"]
|
|
|
|
insteadOf = https://github.com/contentflow/
|
|
|
|
|
2019-08-28 14:14:18 +02:00
|
|
|
[url "ssh://git@github.com/FFWedel/"]
|
|
|
|
insteadOf = https://github.com/FFWedel/
|
|
|
|
|
2018-09-07 00:23:25 +02:00
|
|
|
[url "ssh://git@github.com/Luzifer/"]
|
|
|
|
insteadOf = https://github.com/Luzifer/
|