2019-10-19 18:12:22 +00:00
|
|
|
[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
|
2019-10-19 19:05:59 +00:00
|
|
|
c = "commit -v"
|
2019-10-19 19:09:00 +00:00
|
|
|
pot = "push origin master"
|
2019-10-19 18:12:22 +00:00
|
|
|
|
|
|
|
[branch]
|
|
|
|
autosetuprebase = always
|
|
|
|
|
|
|
|
[color]
|
|
|
|
branch = auto
|
|
|
|
diff = auto
|
|
|
|
status = auto
|
|
|
|
|
|
|
|
[commit]
|
|
|
|
gpgsign = false
|
|
|
|
|
|
|
|
[core]
|
|
|
|
bare = false
|
|
|
|
excludesfile = ~/.gitignore_global
|
|
|
|
filemode = true
|
|
|
|
logallrefupdates = true
|
|
|
|
pager = less -F -X
|
|
|
|
repositoryformatversion = 0
|
|
|
|
warnAmbiguousRefs = false
|
|
|
|
|
|
|
|
[diff]
|
|
|
|
renames = true
|
|
|
|
|
|
|
|
[push]
|
|
|
|
default = upstream
|
|
|
|
gpgSign = if-asked
|
|
|
|
|
|
|
|
[receive]
|
|
|
|
denyNonFastForwards = true
|
|
|
|
|
|
|
|
[rerere]
|
|
|
|
enabled = true
|
|
|
|
|
|
|
|
[user]
|
|
|
|
email = knut@ahlers.me
|
|
|
|
name = Knut Ahlers
|