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