28 lines
496 B
INI
28 lines
496 B
INI
[alias]
|
|
amend = commit --amend
|
|
# Prettier git log
|
|
graph = log --graph --color --abbrev-commit --pretty=format:"%C(yellow)%h%C(green)%d%C(reset)%n%cd%n%cn%C(blue)%x20(%ce)%x20%C(cyan)[gpg:%GK%x20%G?]%C(reset)%n%B%n"
|
|
|
|
[commit]
|
|
gpgSign = false
|
|
|
|
[diff]
|
|
colormoved = default
|
|
|
|
[gui]
|
|
diffops = --color-moved
|
|
|
|
[init]
|
|
defaultBranch = master
|
|
|
|
[pull]
|
|
rebase = true
|
|
|
|
[rebase]
|
|
autoSquash = true
|
|
autoStash = true
|
|
|
|
[user]
|
|
name = Casper V. Kristensen
|
|
email = <EMAIL>
|