cfg/.gitconfig

57 lines
1022 B
INI
Raw Normal View History

[alias]
br = branch
ci = commit
co = checkout
df = diff
lg = "log --color --graph --pretty=format:'%Cred%h%Creset [%G?]%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
ri = rebase --interactive --autosquash
st = status
2016-07-21 13:41:17 +00:00
[branch]
autosetuprebase = always
2016-07-21 13:41:17 +00:00
[color]
branch = auto
2016-07-21 13:41:17 +00:00
diff = auto
status = auto
[commit]
gpgsign = true
[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
[gpg]
program = gpg2
2016-07-21 13:41:17 +00:00
[push]
default = upstream
2016-07-21 13:41:17 +00:00
gpgSign = if-asked
[receive]
denyNonFastForwards = true
[rerere]
enabled = true
2016-07-21 13:41:17 +00:00
[user]
email = knut@ahlers.me
name = Knut Ahlers
signingkey = D34BE99E
# Mappings for private repos and `go get`
[url "ssh://git@github.com/contentflow/"]
insteadOf = https://github.com/contentflow/
[url "ssh://git@github.com/Luzifer/"]
insteadOf = https://github.com/Luzifer/