Archived
1
0
Fork 0
This repository has been archived on 2023-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.gitconfig

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>