dotfiles/git/.gitconfig

28 lines
822 B
INI
Raw Normal View History

2012-11-14 16:37:34 +01:00
[color]
ui = auto
2012-11-14 16:37:34 +01:00
diff = auto
status = auto
branch = auto
2012-12-25 14:05:29 +01:00
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
st = status
2016-08-26 16:50:53 +02:00
remotes = remote -v
branches = branch -a
tags = tag
stashes = stash list
unstage = reset -q HEAD --
discard = checkout --
uncommit = reset --mixed HEAD~
graph = log --graph -10 --branches --remotes --tags --format=format:'%Cgreen%h %Creset• %<(75,trunc)%s (%cN, %cr) %Cred%d' --date-order
dad = !curl https://icanhazdadjoke.com/ && git add
[push]
default = simple
2016-08-26 16:50:53 +02:00
[user]
2016-09-21 15:26:18 +02:00
email = yorick@yorickvanpelt.nl
2016-08-26 16:50:53 +02:00
name = Yorick van Pelt
2016-09-21 15:26:18 +02:00
signingkey = A36E70F9DC014A15
2016-08-26 16:50:53 +02:00
[help]
autocorrect = 5
2018-03-10 17:39:29 +01:00
[includeIf "gitdir:~/serokell/"]
path=~/serokell/.gitconfig